A fully pre-configured React starter template with ShadCN, Tailwind CSS, React Router DOM, TanStack Query, and more. Clone it, delete the dummy pages, and start building! ⚡
- 🏗 React + Vite - Fast & modern setup
- 🎨 ShadCN + Tailwind CSS - Beautiful, customizable UI
- 🛠 React Router DOM - Nested routing made easy
- 🔄 TanStack Query - Powerful data fetching
- ✅ ESLint + Prettier - Code quality & formatting
📦 your-project
├── 📂 src
│ ├── 📂 layout (App layouts)
│ ├── 📂 pages (Dummy pages to delete)
│ ├── 📂 components (UI components)
│ ├── 📂 router (Routing config)
│ ├── App.jsx
│ └── main.jsx
├── 📜 package.json
├── 📜 tailwind.config.js
├── 📜 postcss.config.js
└── 📜 README.md
1️⃣ Clone the project
git clone https://github.com/your-repo.git
cd your-project2️⃣ Install dependencies
npm install3️⃣ Run the project
npm run dev4️⃣ Delete dummy pages in src/pages/
✅ Skip setup – No need to configure Tailwind, ShadCN, or Routing. ✅ Pre-configured structure – Organized files and folders. ✅ Lightning-fast development – Just clone and start coding!
💡 Feel free to customize and contribute!
Made with ❤️ by Ajay Shakya (@azzayshakya) 🚀