服务端

lrf402788946 608f35062c update 4 anos atrás
.github 2b96ea391b init 4 anos atrás
app 608f35062c update 4 anos atrás
config d76bf5e27d update 4 anos atrás
test 2b96ea391b init 4 anos atrás
.autod.conf.js 2b96ea391b init 4 anos atrás
.eslintignore 2b96ea391b init 4 anos atrás
.eslintrc 2b96ea391b init 4 anos atrás
.gitignore 2b96ea391b init 4 anos atrás
.travis.yml 2b96ea391b init 4 anos atrás
README.md 2b96ea391b init 4 anos atrás
appveyor.yml 2b96ea391b init 4 anos atrás
ecosystem.config.js 1f4daa2b24 update 4 anos atrás
package.json 15ada85990 update 4 anos atrás
server.js 1f4daa2b24 update 4 anos atrás

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.