English | 简体中文
react-admin-template is a React-based + Ant-Design admin template.
- TypeScript: Full TypeScript support
- Hooks: Use React hooks to build reusable components
- Theming: Dynamically switch between themes
- Route guard: Pages are protected by authentication
- Internationalization: Support for multiple languages
- State management: State management with Zustand
- Mock: Mock data for development
# Clone the repository
git clone https://github.com/w2xi/react-admin-template.git
# Navigate to the project directory
cd react-admin-template
# Install dependencies
pnpm install
# Start the development server
pnpm run dev
Open your browser and visit http://localhost:5173/ to view the admin template.
# Build the project
pnpm run build
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.