simple-pwa/README.md
Sébastien NOBILI 377d234817 feat: basic PWA
2023-04-24 12:00:59 +02:00

349 B

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