服务端

guhongwei 5ee3e6d443 1 %!s(int64=4) %!d(string=hai) anos
.github 02805e4acd 1 %!s(int64=4) %!d(string=hai) anos
.vscode 02805e4acd 1 %!s(int64=4) %!d(string=hai) anos
app a42ae14321 1 %!s(int64=4) %!d(string=hai) anos
config d846dfdaf7 1 %!s(int64=4) %!d(string=hai) anos
test 02805e4acd 1 %!s(int64=4) %!d(string=hai) anos
.autod.conf.js 02805e4acd 1 %!s(int64=4) %!d(string=hai) anos
.eslintignore 02805e4acd 1 %!s(int64=4) %!d(string=hai) anos
.eslintrc 02805e4acd 1 %!s(int64=4) %!d(string=hai) anos
.gitignore 02805e4acd 1 %!s(int64=4) %!d(string=hai) anos
.travis.yml 02805e4acd 1 %!s(int64=4) %!d(string=hai) anos
README.md 02805e4acd 1 %!s(int64=4) %!d(string=hai) anos
app.js 02805e4acd 1 %!s(int64=4) %!d(string=hai) anos
appveyor.yml 02805e4acd 1 %!s(int64=4) %!d(string=hai) anos
ecosystem.config.js 5ee3e6d443 1 %!s(int64=4) %!d(string=hai) anos
package.json 5ee3e6d443 1 %!s(int64=4) %!d(string=hai) anos
server.js 02805e4acd 1 %!s(int64=4) %!d(string=hai) anos

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.