https://github.com/rsuite/rsuite-admin-template
Admin Dashboard Template. Ease developers’ life with the React Suite 5. TypeScript will help with optimizing. Quick start & easily extensible code.
https://github.com/rsuite/rsuite-admin-template
admin dashboard react reactjs rsuite template theme typescript ui webpack
Last synced: 10 months ago
JSON representation
Admin Dashboard Template. Ease developers’ life with the React Suite 5. TypeScript will help with optimizing. Quick start & easily extensible code.
- Host: GitHub
- URL: https://github.com/rsuite/rsuite-admin-template
- Owner: rsuite
- Created: 2018-05-22T10:47:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T02:06:05.000Z (over 3 years ago)
- Last Synced: 2025-07-30T14:09:23.525Z (11 months ago)
- Topics: admin, dashboard, react, reactjs, rsuite, template, theme, typescript, ui, webpack
- Language: TypeScript
- Homepage: https://rsuite-admin-template.vercel.app/
- Size: 6.22 MB
- Stars: 116
- Watchers: 9
- Forks: 75
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Admin Dashboard Template
Ease developers’ life with the React Suite 5. TypeScript will help with optimizing. Quick start & easily extensible code.


## Development
Fork this repo to your namespace and clone to your local machine.
```
git clone git@github.com:/rsuite-admin-template.git
$ cd rsuite-admin-template
```
Install dependencies
```
npm install
```
Now you can start the development server by running npm run dev
It's serving at http://127.0.0.1:3100/ by default.
```
npm run dev
```
## License
MIT © [simonguo](https://github.com/simonguo)