成果评价-服务端

lrf402788946 0af7de990e init 4 年之前
.github 0af7de990e init 4 年之前
app 0af7de990e init 4 年之前
config 0af7de990e init 4 年之前
test 0af7de990e init 4 年之前
.autod.conf.js 0af7de990e init 4 年之前
.eslintignore 0af7de990e init 4 年之前
.eslintrc 0af7de990e init 4 年之前
.gitignore 0af7de990e init 4 年之前
.travis.yml 0af7de990e init 4 年之前
README.md 0af7de990e init 4 年之前
appveyor.yml 0af7de990e init 4 年之前
package.json 0af7de990e init 4 年之前

README.md

service-achive

成果评价系统-服务端

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.