The static SPA website format works very well as a PWA since all the files can be cached and then viewed offline. Since the web app also comes with a functioning service worker by default, it should be fairly simple to introduce an installation option to initialize the app with a default manifest.json file that is linked in the index.html header to create the app as a PWA.
The static SPA website format works very well as a PWA since all the files can be cached and then viewed offline. Since the web app also comes with a functioning service worker by default, it should be fairly simple to introduce an installation option to initialize the app with a default
manifest.jsonfile that is linked in theindex.htmlheader to create the app as a PWA.