考试服务

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.