成果评价-服务端

guhongwei 0968ad4957 证书资料 3 years ago
.github 0af7de990e init 4 years ago
app 0968ad4957 证书资料 3 years ago
config 97ea3c4f48 update 4 years ago
test 0af7de990e init 4 years ago
.autod.conf.js 0af7de990e init 4 years ago
.eslintignore 0af7de990e init 4 years ago
.eslintrc 0af7de990e init 4 years ago
.gitignore 0af7de990e init 4 years ago
.travis.yml 0af7de990e init 4 years ago
README.md 0af7de990e init 4 years ago
appveyor.yml 0af7de990e init 4 years ago
ecosystem.config.js 9ceaefc61e update 4 years ago
package.json 0af7de990e init 4 years ago
server.js 8dd4ba384c update 3 years ago

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.