服务端主项目

lrf402788946 18fd05bd0a update 4 år sedan
.github ca54b5fd15 update 4 år sedan
app 18fd05bd0a update 4 år sedan
config bbfc12777f update 4 år sedan
test ca54b5fd15 update 4 år sedan
.autod.conf.js ca54b5fd15 update 4 år sedan
.eslintignore ca54b5fd15 update 4 år sedan
.eslintrc ca54b5fd15 update 4 år sedan
.gitignore ca54b5fd15 update 4 år sedan
.travis.yml ca54b5fd15 update 4 år sedan
README.md ca54b5fd15 update 4 år sedan
appveyor.yml ca54b5fd15 update 4 år sedan
ecosystem.config.js 5b2e3d4d32 update 4 år sedan
jsconfig.json ca54b5fd15 update 4 år sedan
package.json bbfc12777f update 4 år sedan
server.js 5b2e3d4d32 update 4 år sedan

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.