考试服务

lrf a9162e2711 update 9 months ago
.github 3913cd5b42 init 9 months ago
app a9162e2711 update 9 months ago
config 3913cd5b42 init 9 months ago
test 3913cd5b42 init 9 months ago
.autod.conf.js 3913cd5b42 init 9 months ago
.eslintignore 3913cd5b42 init 9 months ago
.eslintrc 3913cd5b42 init 9 months ago
.gitignore 3913cd5b42 init 9 months ago
.travis.yml 3913cd5b42 init 9 months ago
README.md 3913cd5b42 init 9 months ago
app.js 3913cd5b42 init 9 months ago
appveyor.yml 3913cd5b42 init 9 months ago
ecosystem.config.js 3913cd5b42 init 9 months ago
package.json 3913cd5b42 init 9 months ago
server.js 3913cd5b42 init 9 months ago

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.