Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brick9527/practice-server
https://github.com/brick9527/practice-server
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/brick9527/practice-server
- Owner: brick9527
- Created: 2021-08-07T08:53:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-18T15:10:17.000Z (over 3 years ago)
- Last Synced: 2023-03-21T09:39:07.164Z (almost 2 years ago)
- Language: JavaScript
- Size: 124 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Practice-Server
A practice server
## 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