Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 436 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 436 Bytes

react-admin

基于react+antd+node的后台管理系统

react-admin-client是项目前端代码

  1. 进入项目前端代码,并且运行npm install安装依赖包
  2. 安装完成后,在根目录运行npm start,启动前台应用

react-admin-server是项目后端代码

  1. 进入项目后端代码,并且运行npm install安装依赖包
  2. 安装完成后,在根目录运行node server.js,启动后台应用