Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 369 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 369 Bytes

swrv example - pwa

Install dependencies

yarn install

Run app:

yarn serve

Service worker:

yarn build
cd dist # service static content from here
http-server -p 8007

Visit http://localhost:8007/ and click around to some different items. If you then go offline then app will render items from localStorage.