Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 353 Bytes

readme.md

File metadata and controls

17 lines (11 loc) · 353 Bytes

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