服务端

lrf402788946 23417cd6bb update il y a 3 ans
.github 2b96ea391b init il y a 3 ans
app 23417cd6bb update il y a 3 ans
config 1cacb3148e update il y a 3 ans
test 2b96ea391b init il y a 3 ans
.autod.conf.js 2b96ea391b init il y a 3 ans
.eslintignore 2b96ea391b init il y a 3 ans
.eslintrc 2b96ea391b init il y a 3 ans
.gitignore 6dbca36606 update il y a 3 ans
.travis.yml 2b96ea391b init il y a 3 ans
README.md 2b96ea391b init il y a 3 ans
appveyor.yml 2b96ea391b init il y a 3 ans
ecosystem.config.js 1f4daa2b24 update il y a 3 ans
package.json 6dbca36606 update il y a 3 ans
server.js 1f4daa2b24 update il y a 3 ans

README.md

service-htyd

sell card

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.