This is a boilerplate template that includes React, Vite, Tailwind CSS & Biome. It provides a ready-to-use development environment with modern tooling for fast development, linting, and styling.
git clone https://github.com/Kevin-Macias/react-vite-tailwind-biome
cd react-vite-tailwind-biome-template
Install all the required packages using pnpm:
pnpm install
Start the development server with Vite:
pnpm dev
To create an optimized production build:
pnpm build