A demo for progressive web application with features like offline, push notifications, background sync etc,
$ git clone https://github.com/gokulkrishh/demo-progressive-web-app
$ cd demo-progressive-web-app
$ npm install
$ npm run start
In browser, open https://localhost:3000
-
- App Shell Architecture
-
- Service Worker + Navigation Preload (Origin Trial)
-
- Add to Home Screen, Splash Screen, Browser Mode, Notify user if site is updated etc,
-
- Offline Support
-
- Online/Offline Events
-
- Fetch API
-
- Push Notifications
-
- Background Sync
-
- Web Share API
MIT ยฉ Gokulakrishnan
If you found a bug or some improvments, feel free to raise an issue and send a PR!