考试服务

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

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.