Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 329 Bytes

README.zh-CN.md

File metadata and controls

28 lines (17 loc) · 329 Bytes

闪调-快速前端调试项目

服务端

Development

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

Deploy

$ npm start

npm scripts

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