j-sommer / service-worker-starter

Simple example web app for service worker development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple example web app for service worker development

License:MIT License


Languages

Language:HTML 43.1%Language:JavaScript 30.8%Language:CSS 26.2%