Note* User notifications only trigger when a service worker update is available by me deploying a new version. I've recorded these events below. (Please excuse UI as I was going more for functionality :) )
Task: Make an application that works offline and present user notifications which will replace a service worker if there is a newer version.
- React, Redux
- Node, Express
- Front-End Framework: Semantic UI React
- NYT API
- Service Worker
*(Node server is in build branch for deployment at localhost:8080
)
This application uses Node.js and NPM
To install package.json:
$ npm install
To start server:
$ npm start
localhost:3000
will open in browser
Voila!