Blog

November 16, 2020 ยท View on GitHub

This project was generated with Angular CLI version 8.0.0.

To Use This Repo...

You need to update the environment files with your firebase project api keys.

Update the functions/email/ sendgrid api key and email and templateId with your values.

There are todo comments where you need to add your API Keys.

Also update the .firebaserc with your firebase project name

Also add your own images in the assets/images folder named such (for PWA in the web manifest):

  • icon-72x72.png
  • icon-96x96.png
  • icon-128x128.png
  • icon-144x144.png
  • icon-152x152.png
  • icon-192x192.png
  • icon-384x384.png
  • icon-512x512.png

Also add your own banner image for the homepage and your own logo to assets/images:

  • logo1.png
  • youtube_banner.jpg

Have Fun!

Check out our Youtube Channel: https://www.youtube.com/channel/UCfYtdftqzCWCG-k18dAl69g

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.