https://github.com/xanke/travel-api-service
https://github.com/xanke/travel-api-service
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/xanke/travel-api-service
- Owner: xanke
- Created: 2018-11-03T15:23:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-04T03:39:04.000Z (over 7 years ago)
- Last Synced: 2025-01-29T19:25:29.575Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# travel-api-service
## 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