一个基于react和antd开发的后台管理系统
- 视频教程地址 React全家桶+AntD 共享单车后台管理系统开发
- 项目构建的技术栈 react redux react-redux react-router axios antd
# clone project
git clone https://github.com/liutaochange/react-manage.git
cd react-manage
# install dependencies
npm install
# serve with hot reload at localhost:3000
npm start
# build for production with minification
npm run build
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.