A lightning-fast starter template with Vite, React-JS, Tailwind CSS, and shadcn/ui pre-configured. Skip the setup, start building!
# Clone the repo
git clone https://github.com/sohaib-2/react-shadcn-starter
cd react-shadcn-starter
# Install dependencies
npm install
# Run dev server
npm run dev
Visit http://localhost:5173
✨
# Example: Adding a button component
npx shadcn@latest add button
# Example: Adding a card component
npx shadcn@latest add card
- 🏃♂️ Vite
- ⚛️ React-JS
- 🎨 Tailwind CSS
- 🛠️ shadcn/ui
- 🔥 HMR
- 📱 Responsive defaults
- Open
src/App.jsx
- Start editing!
- Add more shadcn/ui components as needed
Found this helpful? Give it a ⭐️!