A starter template for building modern React applications with Vite, ShadCN UI, and other essential tools.
- ⚡ Vite - Fast development and optimized production builds.
- 🎨 ShadCN UI - Beautiful, accessible UI components.
- 🏗 Tailwind CSS - Utility-first CSS framework for styling.
- ⚛ React - Modern React setup with hooks and best practices.
- ✨ ESLint & Prettier - Code consistency and formatting.
- 🎨 Tailwind CSS - Utility-first CSS framework for rapid UI development.
- ❌ No TypeScript - Pure JavaScript setup for simplicity.
git clone git@github.com:gaagul/react-vite-shadcnui-template.git
cd react-vite-shadcnui-templateUsing Yarn:
yarn installOr using npm:
npm installyarn devThe application will be available at http://localhost:5173 by default.
react-vite-shadcnui-template/
│── src/
│ ├── components/ # Reusable UI components
│ ├── pages/ # Application pages
│ ├── hooks/ # Custom hooks
│ ├── lib/ # Utility functions and configurations
│── public/ # Static assets
│── index.html # Main HTML file
│── vite.config.js # Vite configuration
│── tailwind.config.js # Tailwind CSS configuration
│── .eslintrc.js # ESLint configuration
│── .prettierrc # Prettier configuration
To build the project for production:
yarn buildYou can deploy the built project using services like Vercel, Netlify, or GitHub Pages.
Feel free to submit issues and pull requests to improve this template!
This project is licensed under the MIT License.
Happy coding! 🚀