Sin descripción

lrf402788946 bed4bf49e7 update hace 3 años
.github 0f6b212b24 init hace 3 años
app b332336a4b update hace 3 años
config 0f6b212b24 init hace 3 años
test 0f6b212b24 init hace 3 años
.autod.conf.js 0f6b212b24 init hace 3 años
.eslintignore 0f6b212b24 init hace 3 años
.eslintrc 0f6b212b24 init hace 3 años
.gitignore 0f6b212b24 init hace 3 años
.travis.yml 0f6b212b24 init hace 3 años
README.md 0f6b212b24 init hace 3 años
appveyor.yml 0f6b212b24 init hace 3 años
ecosystem.config.js 346921545f init hace 3 años
jsconfig.json 0f6b212b24 init hace 3 años
package.json 0f6b212b24 init hace 3 años
server.js bed4bf49e7 update hace 3 años

README.md

customer-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.