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

guhongwei 83faa369ed 去掉必填项,前端要求 3 anni fa
.github 22a0c2e5ee init 4 anni fa
app 83faa369ed 去掉必填项,前端要求 3 anni fa
config af6ae29072 添加生产环境的配置; 3 anni fa
test 22a0c2e5ee init 4 anni fa
.autod.conf.js 22a0c2e5ee init 4 anni fa
.eslintignore 22a0c2e5ee init 4 anni fa
.eslintrc 22a0c2e5ee init 4 anni fa
.gitignore 22a0c2e5ee init 4 anni fa
.travis.yml 22a0c2e5ee init 4 anni fa
README.md 22a0c2e5ee init 4 anni fa
appveyor.yml 22a0c2e5ee init 4 anni fa
ecosystem.config.js 89c8ec2cca update 4 anni fa
package.json 22a0c2e5ee init 4 anni fa
server.js af6ae29072 添加生产环境的配置; 3 anni fa

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.