https://github.com/murrayee/m-server
egg.js简单应用
https://github.com/murrayee/m-server
egg mongodb node react react-native redis socket-io
Last synced: 9 months ago
JSON representation
egg.js简单应用
- Host: GitHub
- URL: https://github.com/murrayee/m-server
- Owner: murrayee
- Created: 2017-08-22T12:55:42.000Z (over 8 years ago)
- Default Branch: dva/server
- Last Pushed: 2019-08-08T06:52:53.000Z (over 6 years ago)
- Last Synced: 2024-10-18T01:55:09.429Z (about 1 year ago)
- Topics: egg, mongodb, node, react, react-native, redis, socket-io
- Language: JavaScript
- Homepage:
- Size: 12.6 MB
- Stars: 35
- Watchers: 2
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##简介
## QuickStart
see [egg docs][egg] for more detail.
### Development
```bash
$ npm i
$ npm run dev
$ open http://localhost:9090/
```
### 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