A CLI to bootstrap a modern, elegant Ant Design project.
With Vite + React + Tailwind CSS v4 + ESLint v9 + Prettier + TypeScript, Best Practices.
- Lightning Fast Development - Rapid hot reload based on Vite
- Enterprise-grade Flexible UI - Ant Design + Tailwind CSS
- Out-of-the-box Configuration - No need for various tedious manual configurations
- Best Practices - ESLint + Prettier + TypeScript
npx create-antd-app my-app
# pnpm dlx create-antd-app my-app
# yarn create antd-app my-app
# bunx create-antd-app my-appThen follow the prompts:
cd my-app
npm install
npm run dev| Technology | Description |
|---|---|
| Vite | Lightning fast cold server start and HMR |
| React | Utilizing the latest React features and improvements |
| Ant Design | A design system for enterprise-level products |
| Tailwind CSS v4 | The first CSS-first framework, integrated via @tailwindcss/vite |
| ESLint v9 | Modern "Flat Config" with optimized linting rules |
| Prettier | Consistent code style with Tailwind CSS class sorting |
| TypeScript | Full type safety and better developer experience |
MIT