成果评价-服务端

guhongwei 8c7ab2e81d 专家id可以为空 há 2 anos atrás
.github 0af7de990e init há 3 anos atrás
app 8c7ab2e81d 专家id可以为空 há 2 anos atrás
config 97ea3c4f48 update há 3 anos atrás
test 0af7de990e init há 3 anos atrás
.autod.conf.js 0af7de990e init há 3 anos atrás
.eslintignore 0af7de990e init há 3 anos atrás
.eslintrc 0af7de990e init há 3 anos atrás
.gitignore 0af7de990e init há 3 anos atrás
.travis.yml 0af7de990e init há 3 anos atrás
README.md 0af7de990e init há 3 anos atrás
appveyor.yml 0af7de990e init há 3 anos atrás
ecosystem.config.js 9ceaefc61e update há 3 anos atrás
package.json 0af7de990e init há 3 anos atrás
server.js 8dd4ba384c update há 3 anos atrás

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.