Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/larry-xue/react-admin-dashboard
A React admin dashboard template developed with React 18 + TypeScript + Vite 5 + Ant Design v5 + React Router v6 + Zustand v4 + Ant Design Charts.
https://github.com/larry-xue/react-admin-dashboard
admin antd dashboard react vite
Last synced: about 1 month ago
JSON representation
A React admin dashboard template developed with React 18 + TypeScript + Vite 5 + Ant Design v5 + React Router v6 + Zustand v4 + Ant Design Charts.
- Host: GitHub
- URL: https://github.com/larry-xue/react-admin-dashboard
- Owner: larry-xue
- License: mit
- Created: 2024-06-23T02:06:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-24T11:00:04.000Z (2 months ago)
- Last Synced: 2024-12-15T18:15:43.486Z (about 2 months ago)
- Topics: admin, antd, dashboard, react, vite
- Language: TypeScript
- Homepage: https://react-admin-dashboard-gamma-six.vercel.app
- Size: 135 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-vite - react-admin-dashboard - Dashboard template with `TypeScript`, `Vite`, `Ant Design`, `React Router`, `Zustand`, `Ant Design Charts`. (Get Started / Templates)
- awesome-vite - react-admin-dashboard - Dashboard template with `TypeScript`, `Vite`, `Ant Design`, `React Router`, `Zustand`, `Ant Design Charts`. (Get Started / Templates)
README
# React Admin Dashboard
This is a React admin template project developed with React 18 + TypeScript + Vite 5 + Ant Design v5 + React Router v6 + Zustand v4 + Ant Design Charts.
Key features of the project include:
- Out-of-the-box development experience.
- Built-in Layout components including Sidebar, Header, Content, Breadcrumb, and Footer.
- Automatic route importing based on filenames, supporting nested routes.Project preview link: [https://react-admin-dashboard-gamma-six.vercel.app/](https://react-admin-dashboard-gamma-six.vercel.app/)
## How to Use
### Environment Setup
Ensure your Node.js version is 18+ or 20+ to support Vite v5.
## Installation
```sh
git clone https://github.com/larry-xue/react-admin-dashboard
cd react-admin-dashboard
npm install# Local development
npm run dev# Build
npm run build
```# Todos
- [ ] Support login, registration, and permission management.
- [x] Theme switching support.
- [ ] Improve documentation.
- [ ] Encapsulate state management.
- [ ] Add more components and pages.---