/minimal-pwa-setup

The bare minimum to make a progressive web application.

Primary LanguageJavaScriptMIT LicenseMIT

Minimal PWA Setup

The bare minimum to make a progressive web application.

Screenshot image

No package.json, no dependency, no installation. Just plain HTML/CSS/JS files.

To run the application, you just need to put the files on an HTTP server.
You can for instance run npx serve in the project's directory, or install the package globally: yarn global add serve and run serve.

You can deploy it to any hosting platform like Zeit Now, Netlify or GitHub Pages.