直播后端

lrf402788946 f309436ef7 update hace 5 años
app f309436ef7 update hace 5 años
config f309436ef7 update hace 5 años
test f309436ef7 update hace 5 años
.autod.conf.js f309436ef7 update hace 5 años
.eslintignore f309436ef7 update hace 5 años
.eslintrc f309436ef7 update hace 5 años
.gitignore f309436ef7 update hace 5 años
.travis.yml f309436ef7 update hace 5 años
README.md f309436ef7 update hace 5 años
appveyor.yml f309436ef7 update hace 5 años
ecosystem.config.js f309436ef7 update hace 5 años
package.json f309436ef7 update hace 5 años
server.js f309436ef7 update hace 5 años

README.md

service-market

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.