https://github.com/lkiarest/egg-test
test app of eggjs
https://github.com/lkiarest/egg-test
Last synced: about 1 month ago
JSON representation
test app of eggjs
- Host: GitHub
- URL: https://github.com/lkiarest/egg-test
- Owner: lkiarest
- Created: 2017-11-24T10:03:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-24T10:05:41.000Z (over 8 years ago)
- Last Synced: 2026-01-01T17:53:30.744Z (5 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# egg-ex1
## 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