This project was generated with Angular CLI version 8.3.12. It is a demo project designed for technical article. Please read and follow that article to see how to play with demo
- Please update the content of environment.prod.ts to your own firebase setting
- Install
http-server-spa
globally:npm install -g [email protected]
, you will only need to run this once. - Build production module with source map:
ng build --prod --source-map
- Serve your application using
http-server-spa dist/PushDemo/ index.html 18080
(I used 18080 port, you can use any free port you are using), visit http://localhost:18080/.