服务端主项目

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.