Skip to content

nanxiaobei/create-antd-app

Repository files navigation

create-antd-app

简体中文

A CLI to bootstrap a modern, elegant Ant Design project.

With Vite + React + Tailwind CSS v4 + ESLint v9 + Prettier + TypeScript, Best Practices.

Features

  • 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

Usage

npx create-antd-app my-app

# pnpm dlx create-antd-app my-app
# yarn create antd-app my-app
# bunx create-antd-app my-app

Then follow the prompts:

cd my-app
npm install
npm run dev

Tech Stack

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

License

MIT

About

A CLI to bootstrap a modern, elegant Ant Design project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors