A minimal, personal React starter template generator powered by Vite, TypeScript, and TailwindCSS.
- ⚡ Vite + React + TypeScript\
- 🎨 TailwindCSS preconfigured\
- 🧩 Optional CSS preprocessors (Sass, Less, None)\
- 🎛 Includes helpful libraries: React Router, Zustand, TanStack Query, Axios, Zod\
- 🔧 Automatic dependency installation\
- 📦 Clean, minimal template
Create a new project:
npx rp-react-templateOr install globally:
npm install -g rp-react-templateRun:
rp-react-template- Run the CLI\
- Enter project name\
- Select CSS preprocessor\
- Let dependencies install\
- Start the dev server:
npm run devmy-app/
├── index.html
├── package.json
├── tsconfig.json
├── vite.config.ts
├── tailwind.config.js
├── postcss.config.js
└── src/
├── main.tsx
├── App.tsx
└── styles/
Report issues or request features:
https://github.com/47018rohit/rp-react-template/issues
MIT License.