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

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.