Aucune description

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

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.