https://github.com/kagawagao/react-admin
yet another admin - based on react and ant-design
https://github.com/kagawagao/react-admin
Last synced: 3 days ago
JSON representation
yet another admin - based on react and ant-design
- Host: GitHub
- URL: https://github.com/kagawagao/react-admin
- Owner: kagawagao
- Created: 2016-12-13T12:23:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-06-09T22:06:27.000Z (8 days ago)
- Last Synced: 2025-06-09T23:19:23.007Z (8 days ago)
- Language: TypeScript
- Homepage: https://admin.opd.cool
- Size: 2.76 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-admin
> admin dashboard with react and antd
### Features
- based on [`antd`](https://ant.design)
- `RBAC` permission manage model## Usage
### Install
```bash
npm i
```### Develop
```bash
npm run dev
```### Build
```bash
npm run build
```### Permission Extract
```bash
npm run permission
```