/demo-progressive-web-app

⚙ A demo for progressive web application with features like offline, push notifications, background sync etc,

Primary LanguageJavaScriptMIT LicenseMIT

Progressive Web Application

A demo for progressive web application with features like offline, push notifications, background sync etc,

Live

Installation

Step 1 - clone the repo

$ git clone https://github.com/gokulkrishh/demo-progressive-web-app

Step 2 - cd in the repo

$ cd demo-progressive-web-app

Step 3 - install dependencies

$ npm install

Step 4 - run application

$ npm run start

In browser, open http://localhost:3000

Main features

  • - App Shell Architecture

  • - Service Worker

  • - Add to home screen, Splash screen, Browser mode etc,

  • - Fallback when offline

  • - Online/Offline events

  • - Fetch API

  • - Push notification

  • - Background sync

  • - Web share

Get started with PWA development

Progressive Web Apps

Reference

License

MIT © Gokulakrishnan

If you found a bug or some improvments, feel free to raise an issue and send a PR!