You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
lichong 86258b452a 12 8 months ago
..
app 12 8 months ago
config 1234 9 months ago
test/app/controller 21 9 months ago
.eslintignore 21 9 months ago
.eslintrc 21 9 months ago
.gitignore 21 9 months ago
README.md 21 9 months ago
agent.js 21 9 months ago
app.js 21 9 months ago
jsconfig.json 21 9 months ago
package.json 2312 9 months ago

README.md

back

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.