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.