服务端主项目

lrf402788946 5089a79b27 update 4 سال پیش
.github ca54b5fd15 update 4 سال پیش
app 5089a79b27 update 4 سال پیش
config bbfc12777f update 4 سال پیش
test ca54b5fd15 update 4 سال پیش
.autod.conf.js ca54b5fd15 update 4 سال پیش
.eslintignore ca54b5fd15 update 4 سال پیش
.eslintrc ca54b5fd15 update 4 سال پیش
.gitignore ca54b5fd15 update 4 سال پیش
.travis.yml ca54b5fd15 update 4 سال پیش
README.md ca54b5fd15 update 4 سال پیش
appveyor.yml ca54b5fd15 update 4 سال پیش
ecosystem.config.js 5b2e3d4d32 update 4 سال پیش
jsconfig.json ca54b5fd15 update 4 سال پیش
package.json bbfc12777f update 4 سال پیش
server.js 5b2e3d4d32 update 4 سال پیش

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.