服务端

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

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.