Không có mô tả

dygapp 2950d22b72 test 6 năm trước cách đây
app db4bdae68b first commit 6 năm trước cách đây
config db4bdae68b first commit 6 năm trước cách đây
test 2950d22b72 test 6 năm trước cách đây
.autod.conf.js db4bdae68b first commit 6 năm trước cách đây
.eslintignore db4bdae68b first commit 6 năm trước cách đây
.eslintrc db4bdae68b first commit 6 năm trước cách đây
.gitignore db4bdae68b first commit 6 năm trước cách đây
README.md db4bdae68b first commit 6 năm trước cách đây
README.zh-CN.md db4bdae68b first commit 6 năm trước cách đây
ecosystem.config.js db4bdae68b first commit 6 năm trước cách đây
package.json db4bdae68b first commit 6 năm trước cách đây
server.js db4bdae68b first commit 6 năm trước cách đây

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.