服务

lrf 1a252821f4 init il y a 1 an
.github 1a252821f4 init il y a 1 an
app 1a252821f4 init il y a 1 an
config 1a252821f4 init il y a 1 an
test 1a252821f4 init il y a 1 an
.autod.conf.js 1a252821f4 init il y a 1 an
.eslintignore 1a252821f4 init il y a 1 an
.eslintrc 1a252821f4 init il y a 1 an
.gitignore 1a252821f4 init il y a 1 an
.travis.yml 1a252821f4 init il y a 1 an
README.md 1a252821f4 init il y a 1 an
appveyor.yml 1a252821f4 init il y a 1 an
ecosystem.config.js 1a252821f4 init il y a 1 an
package.json 1a252821f4 init il y a 1 an
server.js 1a252821f4 init il y a 1 an

README.md

server-dispose

警力部署服务端

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.