/service-worker-starter

Simple example web app for service worker development

Primary LanguageHTMLMIT LicenseMIT

permalink
/index.html

Service Worker Starter

A simple web page written in plain HTML and vanilla Javascript. Can be used as a starting point for service worker development.

Getting Started

First you have to install the dependencies via:

npm ci

Then you're able to run the web server by executing:

npm start