next-pwa-boilerplate
next-pwa-boilerplate copied to clipboard
Next PWA
Next PWA Static
Generate configurable app by next (export)
- next.js
- workbox
- yarn
- flow
How to Devolop
Run dev server.
yarn install
yarn server:dev
Write your route actions to src/routes.js
by next export rules
How to Deploy (netlify)
yarn deploy:static
Edit PWA splash screen
- Generate icon with https://app-manifest.firebaseapp.com/
- Put icons to
src/client/static/icons
. - Edit
script/build-manifest.js
to your icon paths.