https://github.com/narirou/sample-express-service-worker
Smaple Project using express-service
https://github.com/narirou/sample-express-service-worker
Last synced: 5 months ago
JSON representation
Smaple Project using express-service
- Host: GitHub
- URL: https://github.com/narirou/sample-express-service-worker
- Owner: narirou
- Created: 2016-12-24T04:13:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-25T03:57:28.000Z (over 9 years ago)
- Last Synced: 2025-01-20T09:12:33.969Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Express ServiceWorker Test
=========
> Test Project using [express-service](https://github.com/bahmutov/express-service)
### Installation
Require Node.js >= 4.0
```sh
npm install
```
### Development
```sh
npm run develop
# then open http://localhost:3333/
```