A modern Vite boilerplate setup with React, Tailwind CSS, React Router, and Prettier. This project is designed to provide a clean and efficient starting point for React applications.
- Vite – Fast and optimized development environment
- Tailwind CSS v3 – Utility-first CSS framework for rapid UI development
- React Router v7 – Declarative routing for React applications
- Prettier v3 – Code formatting for a consistent style
- @svgr/rollup – Import SVG files as React components
This project uses pnpm as the package manager. If you haven’t installed it yet, you can do so with:
npm install -g pnpm