考试服务

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

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.