# react-admin-template **Repository Path**: culapple/react-admin-template ## Basic Information - **Project Name**: react-admin-template - **Description**: React-Admin 是一个基于React的后台管理模板,是基于Bootstrap 3 管理模板 Gentelella 进行的二次开发 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/react-admin-template - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2021-08-26 - **Last Updated**: 2021-08-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React Admin An out-of-box UI solution for enterprise applications as a React boilerplate. ![preview](https://github.com/thomaslwq/react-admin/blob/master/README.assets/image-20200621175504394.png) ## Templates ``` - Dashboard - Analytic - Monitor - Workspace - Form - Basic Form - Step Form - Advanced From - List - Standard Table - Standard List - Card List - Search List (Project/Applications/Article) - Profile - Simple Profile - Advanced Profile - Account - Account Center - Account Settings - Result - Success - Failed - Exception - 403 - 404 - 500 - User - Login - Register - Register Result ``` ## Usage ### Use bash ```bash $ git clone https://github.com/thomaslwq/react-admin.git --depth=1 $ cd react-admin $ npm install $ npm start # visit http://localhost:8000 ``` ## Contributing