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.
- Host: GitHub
- URL: https://github.com/jsulpis/minimal-pwa-setup
- Owner: jsulpis
- License: mit
- Created: 2020-04-16T18:04:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T11:14:13.000Z (about 6 years ago)
- Last Synced: 2025-06-11T05:48:33.740Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://jsulpis.github.io/minimal-pwa-setup/
- Size: 365 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Minimal PWA Setup
The bare minimum to make a progressive web application.
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.