A modern boilerplate using React 18, TypeScript, Vite, Tailwind CSS, Shadcn, Redux Toolkit, and more! Designed for rapid development with a clean and minimalistic setup, focusing on productivity, performance, and scalability.
This boilerplate is a powerful setup for building modern React applications using TypeScript and Vite for fast builds and HMR. It includes styling with Tailwind CSS and Shadcn UI, and state management with Redux Toolkit and RTK Query. Additionally, it comes with support for animations via Framer Motion, reusable components using Radix UI, and icons from Lucide React.
Ensure you have the following installed:
# Install dependencies
yarn install
# To run dev
yarn dev
# To Build for production
yarn build
# To generate component
yarn generate
# To format entire code
yarn format