Skip to content

linoravny/PWA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PWA

PWA With Angular and FB hosting project in FB - PWAAngularApp

get started

  1. install npm
  2. install angular cli
  3. install firebase cli
  4. npm install in pwa-angular-app

run

terminal path: pwa-angular-app dev: ng serve -o production hosting URL: https://pwaangularapp-27223.web.app/

deploy

terminal path: pwa-angular-app

  1. firebase login
  2. enter password
  3. ng build --prod (build src in dist/pwa-angular-app folder)
  4. firebase deploy (deploy dist/pwa-angular-app folder)