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
- Host: GitHub
- URL: https://github.com/changoman/preact-workbox
- Owner: ChangoMan
- Created: 2018-08-26T14:19:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T17:28:03.000Z (almost 8 years ago)
- Last Synced: 2025-01-22T12:45:41.511Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 96.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).