tt0101 d94125a187 init vor 1 Woche
..
.github d94125a187 init vor 1 Woche
app d94125a187 init vor 1 Woche
config d94125a187 init vor 1 Woche
.autod.conf.js d94125a187 init vor 1 Woche
.eslintignore d94125a187 init vor 1 Woche
.eslintrc d94125a187 init vor 1 Woche
.gitignore d94125a187 init vor 1 Woche
.travis.yml d94125a187 init vor 1 Woche
README.md d94125a187 init vor 1 Woche
app.js d94125a187 init vor 1 Woche
appveyor.yml d94125a187 init vor 1 Woche
jsconfig.json d94125a187 init vor 1 Woche
package.json d94125a187 init vor 1 Woche

README.md

egg-server-admin

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.