This template provides a minimal setup to run React with Vite, including HMR and basic ESLint rules. It helps users quickly bootstrap projects, allowing them to focus on building features efficiently.
Feel free to customize and expand upon this template to suit your project's needs!
- React: A JavaScript library for building user interfaces.
- TypeScript: A strongly typed programming language that builds on JavaScript.
- Vite: A fast build tool and development server.
- ESLint: A tool for identifying and fixing problems in JavaScript code.
- Prettier: An opinionated code formatter.
- Tailwind: A utility-first CSS framework.
- Vitest: A Vite-native unit test framework.
- Node.js (>= 20.19.x)
- Yarn (>= 1.22.x)
- Clone the repository.
- Install dependencies:
yarn install. - Start the development server:
yarn dev.