服务端

guhongwei 5ee3e6d443 1 il y a 4 ans
.github 02805e4acd 1 il y a 4 ans
.vscode 02805e4acd 1 il y a 4 ans
app a42ae14321 1 il y a 4 ans
config d846dfdaf7 1 il y a 4 ans
test 02805e4acd 1 il y a 4 ans
.autod.conf.js 02805e4acd 1 il y a 4 ans
.eslintignore 02805e4acd 1 il y a 4 ans
.eslintrc 02805e4acd 1 il y a 4 ans
.gitignore 02805e4acd 1 il y a 4 ans
.travis.yml 02805e4acd 1 il y a 4 ans
README.md 02805e4acd 1 il y a 4 ans
app.js 02805e4acd 1 il y a 4 ans
appveyor.yml 02805e4acd 1 il y a 4 ans
ecosystem.config.js 5ee3e6d443 1 il y a 4 ans
package.json 5ee3e6d443 1 il y a 4 ans
server.js 02805e4acd 1 il y a 4 ans

README.md

serveci-center

QuickStart

see egg docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:8081/

Deploy

$ 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 for more detail.