计算中心----调查问卷服务端

lrf402788946 782537c2eb update il y a 4 ans
.github 22a0c2e5ee init il y a 4 ans
app 782537c2eb update il y a 4 ans
config 22a0c2e5ee init il y a 4 ans
test 22a0c2e5ee init il y a 4 ans
.autod.conf.js 22a0c2e5ee init il y a 4 ans
.eslintignore 22a0c2e5ee init il y a 4 ans
.eslintrc 22a0c2e5ee init il y a 4 ans
.gitignore 22a0c2e5ee init il y a 4 ans
.travis.yml 22a0c2e5ee init il y a 4 ans
README.md 22a0c2e5ee init il y a 4 ans
appveyor.yml 22a0c2e5ee init il y a 4 ans
package.json 22a0c2e5ee init il y a 4 ans

README.md

service-question

问卷调查

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.