Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googlearchive/progressive-webapp-config
Generalised Progressive Web App skeleton
https://github.com/googlearchive/progressive-webapp-config
Last synced: about 10 hours ago
JSON representation
Generalised Progressive Web App skeleton
- Host: GitHub
- URL: https://github.com/googlearchive/progressive-webapp-config
- Owner: googlearchive
- Archived: true
- Created: 2016-02-11T10:08:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-21T18:09:15.000Z (over 8 years ago)
- Last Synced: 2024-05-22T23:50:14.807Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 70.3 KB
- Stars: 88
- Watchers: 10
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Progressive Web Application skeleton
> A simple set of skeleton files for shipping a [Progressive Web App](https://developers.google.com/web/progressive-web-apps)
### Features
* Mobile optimised HTML
* Web App Manifest (Add to Homescreen, Splashscreen)
* Cross-device favicon placeholders
* Offline support (Service Worker via sw-precache)### Use Service Worker precaching
```sh
$ npm install
$ npm run precache # generates a new service-worker.js file
```