pry aeaa5dba61 | il y a 3 ans | ||
---|---|---|---|
.. | |||
app | 删除 | il y a 3 ans | |
config | 删除 | il y a 3 ans | |
test/app/controller | 删除 | il y a 3 ans | |
.autod.conf.js | il y a 3 ans | ||
.eslintignore | il y a 3 ans | ||
.eslintrc | il y a 3 ans | ||
.gitignore | il y a 3 ans | ||
.travis.yml | il y a 3 ans | ||
README.md | il y a 3 ans | ||
appveyor.yml | il y a 3 ans | ||
jsconfig.json | il y a 3 ans | ||
package.json | il y a 3 ans |
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.