This project was generated with Angular CLI version 1.6.6.
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.
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
.
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.
- Edit environment.ts and environment.prod.ts to add your fire base setup.
- Enable sign-up using email and password in fire base authentication.
This project is basically setup for heroku hosting with Express JS implementation in server.js file which acts as entry point for production build. So just add heroku git to this repository and push it to you heroku project to host the angular application.