https://github.com/lingwcy/sakura-react-admin
react - vite - tailwindcss - shadcn 现代后台管理系统
https://github.com/lingwcy/sakura-react-admin
admin admin-template axios management-system mock motion react react-query react-router react-table shadcn-ui vite zod zustand
Last synced: 5 months ago
JSON representation
react - vite - tailwindcss - shadcn 现代后台管理系统
- Host: GitHub
- URL: https://github.com/lingwcy/sakura-react-admin
- Owner: Lingwcy
- Created: 2025-07-26T07:57:17.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-09-01T13:52:01.000Z (5 months ago)
- Last Synced: 2025-09-01T15:29:47.213Z (5 months ago)
- Topics: admin, admin-template, axios, management-system, mock, motion, react, react-query, react-router, react-table, shadcn-ui, vite, zod, zustand
- Language: TypeScript
- Homepage:
- Size: 12.4 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sakura React Admin
下一代通用后台管理系统.



## 🚀 Getting Started
### Prerequisites
- Node.js 18+
- npm
### Installation
```bash
# Clone the repository
git clone
cd react-jike
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
```