No Description

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

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.