Skip to content

thomaslwq/react-admin

Repository files navigation

React Admin

An out-of-box UI solution for enterprise applications as a React boilerplate. preview

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

$ git clone https://github.com/thomaslwq/react-admin.git --depth=1
$ cd react-admin
$ npm install
$ npm start         # visit http://localhost:8000

Contributing