Skip to content

Latest commit

 

History

History
 
 

pwa

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.