liuyu e84ba1dcb3 hh | 4 éve | |
---|---|---|
.vscode | 4 éve | |
app | 4 éve | |
config | 4 éve | |
test | 4 éve | |
.autod.conf.js | 4 éve | |
.eslintignore | 4 éve | |
.eslintrc | 4 éve | |
.gitignore | 4 éve | |
.travis.yml | 4 éve | |
README.md | 4 éve | |
app.js | 4 éve | |
appveyor.yml | 4 éve | |
ecosystem.config.js | 4 éve | |
package.json | 4 éve | |
server.js | 4 éve |
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.