fe-example/express-redux-immutable at master · caitoulin/fe-example · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

前端使用create-react-app,后端使用express做api服务器,react + redux + redux-form + react-router4 + zan-shuai + immutable.js实现表格列表,添加,修改。

// 启动express后端接口服务器
yarn 
npm start
// 打开前端页面,使用create-react-app代理接口请求到express
cd client
yarn 
npm start