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.
- 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.
- Styled Components: A library for styling React components.
- Vitest: A Vite-native unit test framework.
- Node.js (>= 20.x)
- Yarn (>= 1.22.x)
- Clone the repository.
- Install dependencies:
yarn install
. - Start the development server:
yarn dev
.