服务端主项目

lrf402788946 1cfdbaa1da update 4 yıl önce
.github ca54b5fd15 update 4 yıl önce
app 1cfdbaa1da update 4 yıl önce
config bbfc12777f update 4 yıl önce
test ca54b5fd15 update 4 yıl önce
.autod.conf.js ca54b5fd15 update 4 yıl önce
.eslintignore ca54b5fd15 update 4 yıl önce
.eslintrc ca54b5fd15 update 4 yıl önce
.gitignore ca54b5fd15 update 4 yıl önce
.travis.yml ca54b5fd15 update 4 yıl önce
README.md ca54b5fd15 update 4 yıl önce
appveyor.yml ca54b5fd15 update 4 yıl önce
jsconfig.json ca54b5fd15 update 4 yıl önce
package.json bbfc12777f update 4 yıl önce

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.