Go to file
2023-06-15 16:37:25 +02:00
icons feat: basic PWA 2023-04-24 12:00:59 +02:00
app.js feat: offline & loading indicators 2023-06-15 16:37:25 +02:00
favicon.ico feat: basic PWA 2023-04-24 12:00:59 +02:00
index.html feat: offline & loading indicators 2023-06-15 16:37:25 +02:00
manifest.webmanifest fix: subdir 2023-06-14 16:55:19 +02:00
README.md feat: basic PWA 2023-04-24 12:00:59 +02:00
sw.js feat: offline & loading indicators 2023-06-15 16:37:25 +02:00

README

This repository contains a simple PWA to base a series of articles on.

What will be covered?

  • making it installable
  • caching application resources
  • caching data resources
  • communicating between service worker & interface
  • updating cached application resources & triggering application reload
  • using Workbox