Simple app in vanillaJS, using:
- service workers
- indexedDB
- background sync
- notifications
- manifest
- make app installable.
node v10.16.3
Clone repository and install npm dependencies with:
npm install
We are using http-server, start server locally with:
npm start