Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 618 Bytes

File metadata and controls

24 lines (15 loc) · 618 Bytes

AngularPwa

More info in savethecode.com/building-an-angular5-progressive-web-app

NPM tasks

  • dev: start dev server
  • dev:aot: start dev server (AOT)
  • build: build project
  • build:prod: build project (AOT)
  • precache: generate service worker (SW)
  • deploy: build project (AOT), generate SW and deploy to firebase

Running npm task:

npm run TASK_NAME

When running dev server then go to http://localhost:4200/

This project was generated with Angular CLI version 1.5.5.