服务端主项目

lrf402788946 64673613d1 update il y a 4 ans
.github ca54b5fd15 update il y a 4 ans
app 64673613d1 update il y a 4 ans
config bbfc12777f update il y a 4 ans
test ca54b5fd15 update il y a 4 ans
.autod.conf.js ca54b5fd15 update il y a 4 ans
.eslintignore ca54b5fd15 update il y a 4 ans
.eslintrc ca54b5fd15 update il y a 4 ans
.gitignore ca54b5fd15 update il y a 4 ans
.travis.yml ca54b5fd15 update il y a 4 ans
README.md ca54b5fd15 update il y a 4 ans
appveyor.yml ca54b5fd15 update il y a 4 ans
ecosystem.config.js 5b2e3d4d32 update il y a 4 ans
jsconfig.json ca54b5fd15 update il y a 4 ans
package.json bbfc12777f update il y a 4 ans
server.js 5b2e3d4d32 update il y a 4 ans

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.