Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 903 Bytes

README.md

File metadata and controls

48 lines (33 loc) · 903 Bytes

⚡️ React-JS + shadcn/ui Starter Template

A lightning-fast starter template with Vite, React-JS, Tailwind CSS, and shadcn/ui pre-configured. Skip the setup, start building!

🚀 Quick Start

# 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

🎨 Adding shadcn/ui Components

# Example: Adding a button component
npx shadcn@latest add button

# Example: Adding a card component
npx shadcn@latest add card

✨ What's Included

  • 🏃‍♂️ Vite
  • ⚛️ React-JS
  • 🎨 Tailwind CSS
  • 🛠️ shadcn/ui
  • 🔥 HMR
  • 📱 Responsive defaults

🏗️ Start Building!

  1. Open src/App.jsx
  2. Start editing!
  3. Add more shadcn/ui components as needed

💖 Support

Found this helpful? Give it a ⭐️!