Back to Egg

hello Egg.js

tools/create-egg/src/templates/egg3-simple-js/README.md

4.0.10366 B
Original Source

hello Egg.js

hello Egg.js

QuickStart

<!-- add docs here for user -->

see egg v3 docs for more detail.

Development

bash
npm i
npm run dev
open http://localhost:7001/

Deploy

bash
npm start
npm stop

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.