/progressive-web-app-basic

A basic PWA verified by Lighthouse

Primary LanguageJavaScript

progressive-web-app-basic

A basic PWA verified by Lighthouse, PWA score of 100. alt text

demo

URL to demo. Naturally the demo is empty because this is a basic verified PWA so it's not about the functionality of this PWA itself.

installation

There are two options to install the basic web app.

GitHub clone

 $ git clone https://github.com/paolo-pg/progressive-web-app-basic

possibility two is downloading and unpacking the zip file.

Important: change the file locations to your own. For example in service-worker.js:

 toolbox.precache([
    '/your-location', 
    '/your-location/index.html',  

manual

Start building your own basic progressive web app from scratch with this manual.

references & usefull links

This PWA has been made using the following frameworks or libraries: SW-toolbox