直播后端

liuyu 7c6dd76fc8 hh há 5 anos atrás
app 7c6dd76fc8 hh há 5 anos atrás
config f085fa604c hh há 5 anos atrás
test f309436ef7 update há 5 anos atrás
.autod.conf.js f309436ef7 update há 5 anos atrás
.eslintignore f309436ef7 update há 5 anos atrás
.eslintrc f309436ef7 update há 5 anos atrás
.gitignore f309436ef7 update há 5 anos atrás
.travis.yml f309436ef7 update há 5 anos atrás
README.md f309436ef7 update há 5 anos atrás
app.js 299250ceb7 update há 5 anos atrás
appveyor.yml f309436ef7 update há 5 anos atrás
ecosystem.config.js f309436ef7 update há 5 anos atrás
package.json f309436ef7 update há 5 anos atrás
server.js f309436ef7 update há 5 anos atrás

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.