A minimalistic PWA made with Parcel. Mostly serves as a reference implementation for anyone that want to make PWAs and love Parcel.
Application deployed here. (And yes, it's an real installable PWA in the real working world of real working things with things that really work, not a damn example with a guy saying you "yeah, it should work".)
That application is deployed to Github Pages using Github Actions. You can simply fork this repository and it will deployed on your Github account automatically.
- manifest.webmanifest as well as the favicon.ico, logo192.png and logo512.png files.
- Usage of the parcel-plugin-sw-cache which is not great but works to generate a service worker using workbox.
- The
cache
key in the package.json containing the configuration ofparcel-plugin-sw-cache
.