服务端

lrf402788946 6fbc889a07 update il y a 4 ans
.github 2b96ea391b init il y a 4 ans
app 2df70a217b update il y a 4 ans
config 6fbc889a07 update il y a 4 ans
test 2b96ea391b init il y a 4 ans
.autod.conf.js 2b96ea391b init il y a 4 ans
.eslintignore 2b96ea391b init il y a 4 ans
.eslintrc 2b96ea391b init il y a 4 ans
.gitignore 2b96ea391b init il y a 4 ans
.travis.yml 2b96ea391b init il y a 4 ans
README.md 2b96ea391b init il y a 4 ans
appveyor.yml 2b96ea391b init il y a 4 ans
ecosystem.config.js 1f4daa2b24 update il y a 4 ans
package.json 15ada85990 update il y a 4 ans
server.js 1f4daa2b24 update il y a 4 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.