Skip to content

Releases: alamincoders/vite-react-tailwind.v4-shadcn-starter

Initial Release

26 Feb 12:16
Compare
Choose a tag to compare

🚀 React + Vite + Tailwind v4 + React Router v7 + ShadCN UI

🎉 What's Included?

This release initializes a modern React project with:

  • Vite for a fast development experience
  • Tailwind CSS v4 for utility-first styling
  • React Router v7 for seamless navigation
  • ShadCN UI for accessible and elegant UI components
  • ESLint & Prettier configured for clean and consistent code
  • Vercel configuration for easy deployment

📁 Project Structure

  • src/ – Contains all React components and pages
  • public/ – Static assets
  • .gitignore & .prettierrc – Configuration for better code management
  • vercel.json – Deployment settings for Vercel

🛠 Setup & Installation

Clone the repository

git clone https://github.com/alamincoders/vite-react-tailwind.v4-shadcn-starter.git
cd vite-react-tailwind.v4-shadcn-starter

Install dependencies

npm install

Start the development server

npm run dev

📌 Notes
✅ Built with best practices for modern React applications
✅ Easily extendable and customizable
✅ Contributions and feedback are welcome!

Happy coding! 🚀