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

https://github.com/changoman/preact-workbox

Preact with Workbox and a custom service-worker.js for Progressive Web Apps
https://github.com/changoman/preact-workbox

Last synced: over 1 year ago
JSON representation

Preact with Workbox and a custom service-worker.js for Progressive Web Apps

Awesome Lists containing this project

README

          

# preact-sw-magic

## CLI Commands

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# test the production build locally
npm run serve

# run tests with jest and preact-render-spy
npm run test
```

For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).