Skip to content

Latest commit

 

History

History
executable file
·
31 lines (20 loc) · 519 Bytes

README.md

File metadata and controls

executable file
·
31 lines (20 loc) · 519 Bytes

midway-test-demo

QuickStart

see [midway docs][http://www.midwayjs.org/midway/] 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.