Progressive Web App with Angular 5 beta 5 + Workbox 2.0
Read Using Workbox 2 and Angular 5 to create a Progressive Web App. Part 1: App shell article for the details.
Questions? @webmaxru
To get started, install Angular CLI from npm.
$ npm install -g @angular/cli
Then install dependencies and types:
$ npm install
Then build the app:
$ npm run build-full-workbox
And serve the dist
folder using any static webserver.