考试服务

lrf a9162e2711 update 11 月之前
.github 3913cd5b42 init 11 月之前
app a9162e2711 update 11 月之前
config 3913cd5b42 init 11 月之前
test 3913cd5b42 init 11 月之前
.autod.conf.js 3913cd5b42 init 11 月之前
.eslintignore 3913cd5b42 init 11 月之前
.eslintrc 3913cd5b42 init 11 月之前
.gitignore 3913cd5b42 init 11 月之前
.travis.yml 3913cd5b42 init 11 月之前
README.md 3913cd5b42 init 11 月之前
app.js 3913cd5b42 init 11 月之前
appveyor.yml 3913cd5b42 init 11 月之前
ecosystem.config.js 3913cd5b42 init 11 月之前
package.json 3913cd5b42 init 11 月之前
server.js 3913cd5b42 init 11 月之前

README.md

server-exam

保安-考试服务

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.