설명 없음

dygapp eb81bdfe78 6 년 전
app db4bdae68b first commit 6 년 전
config eb81bdfe78 6 년 전
test 2950d22b72 test 6 년 전
.autod.conf.js db4bdae68b first commit 6 년 전
.eslintignore db4bdae68b first commit 6 년 전
.eslintrc db4bdae68b first commit 6 년 전
.gitignore db4bdae68b first commit 6 년 전
README.md db4bdae68b first commit 6 년 전
README.zh-CN.md db4bdae68b first commit 6 년 전
ecosystem.config.js db4bdae68b first commit 6 년 전
package.json db4bdae68b first commit 6 년 전
server.js db4bdae68b first commit 6 년 전

README.md

filestore

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.