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

lrf402788946 8e16c9285f update 4 年之前
.github 22a0c2e5ee init 4 年之前
app 8e16c9285f update 4 年之前
config 8e16c9285f update 4 年之前
test 22a0c2e5ee init 4 年之前
.autod.conf.js 22a0c2e5ee init 4 年之前
.eslintignore 22a0c2e5ee init 4 年之前
.eslintrc 22a0c2e5ee init 4 年之前
.gitignore 22a0c2e5ee init 4 年之前
.travis.yml 22a0c2e5ee init 4 年之前
README.md 22a0c2e5ee init 4 年之前
appveyor.yml 22a0c2e5ee init 4 年之前
ecosystem.config.js 89c8ec2cca update 4 年之前
package.json 22a0c2e5ee init 4 年之前
server.js 89c8ec2cca update 4 年之前

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.