# read-react-redux **Repository Path**: details/read-react-redux ## Basic Information - **Project Name**: read-react-redux - **Description**: 笔者阅读深入浅出React和Redux的demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-01-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 前言 笔者阅读深入浅出react+redux过程中的demo ### 安装依赖 * Run 'yarn' OR 'npm install' ### 开发环境 * Run 'yarn start' OR 'npm run start' ### 部署环境 * Run 'yarn build' OR 'npm run build' ### 增加路由 ```html $ yarn add react-router@3.0.5 --dev ```