permalink |
---|
/index.html |
A simple web page written in plain HTML and vanilla Javascript. Can be used as a starting point for service worker development.
First you have to install the dependencies via:
npm ci
Then you're able to run the web server by executing:
npm start