An open API service indexing awesome lists of open source software.

https://github.com/jsulpis/minimal-pwa-setup

The bare minimum to make a progressive web application.
https://github.com/jsulpis/minimal-pwa-setup

Last synced: 11 months ago
JSON representation

The bare minimum to make a progressive web application.

Awesome Lists containing this project

README

          

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.