本项目是使用react17+typescript+antd搭建的后台管理系统模板,主要用于企业后台管理系统,使用@reduxjs/toolkit做数据管理,搭载了最新的router-v6,项目中引入了后端接口,后端项目地址
-
1、下载项目
git clone https://github.com/kuangshp/react-admin-web.git
-
2、安装依赖包
npm install # or yarn -
3、运行后端项目
-
4、运行前端项目
npm run start


