服务端主项目

lrf402788946 66ecd4d855 add 4 years ago
.github ca54b5fd15 update 4 years ago
app 66ecd4d855 add 4 years ago
config bbfc12777f update 4 years ago
test ca54b5fd15 update 4 years ago
.autod.conf.js ca54b5fd15 update 4 years ago
.eslintignore ca54b5fd15 update 4 years ago
.eslintrc ca54b5fd15 update 4 years ago
.gitignore ca54b5fd15 update 4 years ago
.travis.yml ca54b5fd15 update 4 years ago
README.md ca54b5fd15 update 4 years ago
appveyor.yml ca54b5fd15 update 4 years ago
jsconfig.json ca54b5fd15 update 4 years ago
package.json bbfc12777f update 4 years ago

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.