PWA With Angular and FB hosting project in FB - PWAAngularApp
- install npm
- install angular cli
- install firebase cli
- npm install in pwa-angular-app
terminal path: pwa-angular-app dev: ng serve -o production hosting URL: https://pwaangularapp-27223.web.app/
terminal path: pwa-angular-app
- firebase login
- enter password
- ng build --prod (build src in dist/pwa-angular-app folder)
- firebase deploy (deploy dist/pwa-angular-app folder)