liuyu 3ae4209246 增加上传视频格式 | 4 years ago | |
---|---|---|
app | 5 years ago | |
config | 4 years ago | |
test | 5 years ago | |
.autod.conf.js | 6 years ago | |
.eslintignore | 6 years ago | |
.eslintrc | 6 years ago | |
.gitignore | 6 years ago | |
README.md | 6 years ago | |
README.zh-CN.md | 6 years ago | |
ecosystem.config.js | 6 years ago | |
package.json | 5 years ago | |
server.js | 6 years ago |
see egg docs for more detail.
$ npm i
$ npm run dev
$ open http://localhost:7001/
$ npm start
$ npm stop
npm run lint
to check code style.npm test
to run unit test.npm run autod
to auto detect dependencies upgrade, see autod for more detail.