服务端主项目

lrf402788946 1cfdbaa1da update 4 năm trước cách đây
.github ca54b5fd15 update 4 năm trước cách đây
app 1cfdbaa1da update 4 năm trước cách đây
config bbfc12777f update 4 năm trước cách đây
test ca54b5fd15 update 4 năm trước cách đây
.autod.conf.js ca54b5fd15 update 4 năm trước cách đây
.eslintignore ca54b5fd15 update 4 năm trước cách đây
.eslintrc ca54b5fd15 update 4 năm trước cách đây
.gitignore ca54b5fd15 update 4 năm trước cách đây
.travis.yml ca54b5fd15 update 4 năm trước cách đây
README.md ca54b5fd15 update 4 năm trước cách đây
appveyor.yml ca54b5fd15 update 4 năm trước cách đây
jsconfig.json ca54b5fd15 update 4 năm trước cách đây
package.json bbfc12777f update 4 năm trước cách đây

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.