PWA tutorial

This is a PWA tutorial app showing how to set up a project with Webpack and Workbox.

Running

Install all dependencies with npm install, then either run the development server with

npm run dev

or create a production build with

npm run prod