Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 616 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 616 Bytes

Redux入门

说明:这是一个基于react,redux,react-redux 的demo,主要演示了三者如何搭配使用
UI采用的是antd-design


目录结构

本地演示步骤:

第一步 克隆项目到本地

git clone https://github.com/LeesinChen/Redux.git


第二步 进入到项目目录,安装依赖,如果网络不好,可以使用淘宝镜像cnpm

npm install


第三步 启动项目

npm run start


第四步 打开浏览器

http://127.0.0.1:8888