liuyu 19a74ab3e6 Merge branch 'master' of http://git.cc-lotus.info/service-platform/service-serve | há 4 anos atrás | |
---|---|---|
.vscode | há 4 anos atrás | |
app | há 4 anos atrás | |
config | há 4 anos atrás | |
test | há 4 anos atrás | |
.autod.conf.js | há 4 anos atrás | |
.eslintignore | há 4 anos atrás | |
.eslintrc | há 4 anos atrás | |
.gitignore | há 4 anos atrás | |
.travis.yml | há 4 anos atrás | |
README.md | há 4 anos atrás | |
appveyor.yml | há 4 anos atrás | |
ecosystem.config.js | há 4 anos atrás | |
package.json | há 4 anos atrás | |
server.js | há 4 anos atrás |
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.