Skip to content

Latest commit

 

History

History
executable file
·
30 lines (18 loc) · 401 Bytes

README.zh-CN.md

File metadata and controls

executable file
·
30 lines (18 loc) · 401 Bytes

fast-server-js

快速入门

如需进一步了解,参见 midway 文档

本地开发

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

部署

$ npm start

内置指令

  • 使用 npm run lint 来做代码风格检查。
  • 使用 npm test 来执行单元测试。