|
6 ay önce | |
---|---|---|
.github | 1 yıl önce | |
.vscode | 1 yıl önce | |
app | 6 ay önce | |
cert | 1 yıl önce | |
config | 8 ay önce | |
test | 1 yıl önce | |
.autod.conf.js | 5 yıl önce | |
.eslintignore | 5 yıl önce | |
.eslintrc | 5 yıl önce | |
.gitignore | 5 yıl önce | |
.travis.yml | 1 yıl önce | |
README.md | 5 yıl önce | |
app.js | 4 yıl önce | |
appveyor.yml | 1 yıl önce | |
ecosystem.config.js | 1 yıl önce | |
package.json | 4 yıl önce | |
server.js | 1 yıl önce |
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.