服务端主项目

lrf402788946 64673613d1 update %!s(int64=4) %!d(string=hai) anos
.github ca54b5fd15 update %!s(int64=4) %!d(string=hai) anos
app 64673613d1 update %!s(int64=4) %!d(string=hai) anos
config bbfc12777f update %!s(int64=4) %!d(string=hai) anos
test ca54b5fd15 update %!s(int64=4) %!d(string=hai) anos
.autod.conf.js ca54b5fd15 update %!s(int64=4) %!d(string=hai) anos
.eslintignore ca54b5fd15 update %!s(int64=4) %!d(string=hai) anos
.eslintrc ca54b5fd15 update %!s(int64=4) %!d(string=hai) anos
.gitignore ca54b5fd15 update %!s(int64=4) %!d(string=hai) anos
.travis.yml ca54b5fd15 update %!s(int64=4) %!d(string=hai) anos
README.md ca54b5fd15 update %!s(int64=4) %!d(string=hai) anos
appveyor.yml ca54b5fd15 update %!s(int64=4) %!d(string=hai) anos
ecosystem.config.js 5b2e3d4d32 update %!s(int64=4) %!d(string=hai) anos
jsconfig.json ca54b5fd15 update %!s(int64=4) %!d(string=hai) anos
package.json bbfc12777f update %!s(int64=4) %!d(string=hai) anos
server.js 5b2e3d4d32 update %!s(int64=4) %!d(string=hai) anos

README.md

main-service

QuickStart

see egg docs for more detail.

Development

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

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.