I recently wrote about a Blazor WebAssembly app I developed. Yesterday, in a matter of minutes, I made that web app a Progressive Web App (PWA). It can be installed on desktop and mobile, it works offline, and it is treated like a first-class citizen.
Here's the code:
bradwellsb / blazor-fire-calculators
FIRE calculator PWA created using Blazor WebAssembly and C#
Here's the demo and installable PWA: fire.wellsb.com
And here's one tool that made the process easy:
Top comments (1)
I wrote an article about how I customized it here: dev.to/bradwellsb/a-simple-way-to-...