Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.39 KB

README.md

File metadata and controls

43 lines (23 loc) · 1.39 KB

Progressive Web App - GitHub Commits

This is the progressive web app that accompanies the series of Introduction to Progressive Web Apps Article on auth0's blog.

Installation

  1. Clone this repository: [email protected]:unicodeveloper/pwa-commits.git pwa/
  2. cd into the pwa folder.
  3. Run a local server like http-server and see the application served on localhost:8080

Features

  • - App Shell Architecture

  • - Service Worker

  • - Add to home screen

  • - Fallback when offline

  • - Online/Offline events

  • - Fetch API

  • - Push notification

Tutorial Project

This progressive web app was built for the sole purpose of:

Note: You can learn from the codebase, but it's not advisable to just copy and paste everything into production because there are lots of edge cases that I didn't handle.

License

PWA-Commits is open-sourced software licensed under the MIT license