This is the progressive web app that accompanies the series of Introduction to Progressive Web Apps
Article on auth0's blog.
- Clone this repository:
git@github.com:unicodeveloper/pwa-commits.git pwa/
cd
into thepwa
folder.- Run a local server like
http-server
and see the application served onlocalhost:8080
-
- App Shell Architecture
-
- Service Worker
-
- Add to home screen
-
- Fallback when offline
-
- Online/Offline events
-
- Fetch API
-
- Push notification
This progressive web app was built for the sole purpose of:
- Introduction to Progressive Web Apps - Part 1
- Introduction to Progressive Web Apps - Part 2
- Introduction to Progressive Web Apps - Part 3
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.
PWA-Commits is open-sourced software licensed under the MIT license