No Description

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

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.