Skip to content

condorheroblog/react-antd-admin

Repository files navigation

React-antd-admin Logo

React Antd Admin


GitHub license GitHub stars GitHub forks

English | 中文

Introduction

react-antd-admin is a middle and back-office solution based on React Hooks, Vite, and TypeScript. It aims to help you quickly build enterprise-level middle and back-office projects, with no additional configuration required, ready to use out of the box.

Features

Preview

react-antd-admin

Documentation

react-antd-admin Documentation

Usage

GitHub Template

Create a repository using this template

Clone the project

If you prefer a template without git history, manually execute the following:

npx degit condorheroblog/react-antd-admin react-antd-admin
# or npx giget@latest gh:condorheroblog/react-antd-admin react-antd-admin
cd react-antd-admin
corepack enable
pnpm i # If you haven't installed pnpm before, run: npm install -g pnpm

Development

Install

corepack enable

pnpm install

Run

pnpm run dev

Open your browser and enter http://localhost:3333 to see the page.

Build

pnpm build

The build output is by default in the build folder.

Preview

pnpm preview

Credits

Thanks to the following excellent projects for providing inspiration:

Star History

Star History Chart

License

MIT License © 2023-Present Condor Hero