# react-admin **Repository Path**: mirrors_KevinMint55/react-admin ## Basic Information - **Project Name**: react-admin - **Description**: 基于react的后台管理系统模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 环境准备 - nodejs 10+ ### 开发指南 ```bash # install dependencies npm install / yarn # serve with hot reload at localhost:8000 npm run dev / yarn dev / npm start / yarn start # build for dll production with minification npm run build:dll / yarn build:dll # build for production with minification npm run build / yarn build ```