https://github.com/xanke/xk-crawler-center
https://github.com/xanke/xk-crawler-center
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/xanke/xk-crawler-center
- Owner: xanke
- License: apache-2.0
- Created: 2018-02-13T05:11:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T15:34:29.000Z (over 8 years ago)
- Last Synced: 2025-01-29T19:25:25.586Z (over 1 year ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# example
## QuickStart
see [egg docs][egg] for more detail.
### Development
```bash
$ npm i
$ npm run dev
$ open http://localhost:7001/
```
### Deploy
```bash
$ npm start
$ npm stop
```
### npm scripts
- Use `npm run lint` to check code style.
- Use `npm test` to run unit test.
- Use `npm run autod` to auto detect dependencies upgrade, see [autod](https://www.npmjs.com/package/autod) for more detail.
[egg]: https://eggjs.org