An open API service indexing awesome lists of open source software.

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 现代后台管理系统

Awesome Lists containing this project

README

          

# Sakura React Admin

下一代通用后台管理系统.
![ex1](./src//assets/readme/ex1.png)
![ex2](./src//assets/readme/ex2.png)
![Server Archive](./src//assets/readme/permission-edit.png)

## 🚀 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
```