|
9 months ago | |
---|---|---|
.. | ||
app | 9 months ago | |
config | 9 months ago | |
test/app/controller | 9 months ago | |
.eslintignore | 9 months ago | |
.eslintrc | 9 months ago | |
.gitignore | 9 months ago | |
README.md | 9 months ago | |
agent.js | 9 months ago | |
app.js | 9 months ago | |
jsconfig.json | 9 months ago | |
package.json | 9 months ago |
README.md
cegongji
cegongji back
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.