Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 223 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 223 Bytes

学习React, Redux, Redux-saga的小应用

  • 启动项目

下载依赖
cnpm install 

启动项目
npm start

打包构建
npm run build
  • 测试

运行测试,生成测试报告
npm run test