Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```