react-redux-crud:一个带有React,redux-saga和json-server的简单用户CRUD...
React-Redux CRUD具有基本用户管理CRUD操作的快速示例应用程序。使用React.js , redux和redux-saga 。用脚手架。要求node.js版本6+(使用v6.10.3内置) yarn或npm快速开始克隆存储库: git clone https://github.com/empurium/react-redux-crud.git安装依赖项: yarn install或npm install启动简单的API服务器: yarn start:api或npm run start:api在另一个终端中,启动React应用程序: yarn start或npm start连接浏览器: http://localhost:3000运行测试: yarn test或npm test查看100%覆盖率报告,该报告在每次yarn
202.17KB
文件大小:
评论区