https://github.com/mkgaru/service-worker-middle
Pug(Jade) template on service worker example.
https://github.com/mkgaru/service-worker-middle
Last synced: 3 months ago
JSON representation
Pug(Jade) template on service worker example.
- Host: GitHub
- URL: https://github.com/mkgaru/service-worker-middle
- Owner: MKGaru
- Created: 2016-12-15T07:46:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-15T08:59:42.000Z (over 8 years ago)
- Last Synced: 2025-01-16T00:23:45.605Z (5 months ago)
- Language: TypeScript
- Size: 130 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Service-Worker-Middle
======================Pug(Jade) template on service worker example.
Simple and fast response.
Without dynamic server. (only use static server)
Usage
---------------------`clone`
`npm install`
`bower install`
`typings install`
`npm run build`
`cd ./src/client`
`tsc`
`cd ../../src/service`
`tsc`
`cd ../../`
`http-server -p 3003 -c1`and browse http://localhost:3003/
Demo
-----https://mkgaru.github.io/service-worker-middle/