This template provides a minimal setup to get React working in Vite with Prettier and some ESLint rules.
A modern React application built with Vite, ESLint, and Prettier.
- Clone the repository.
git clone https://github.com/your-username/your-repo-name.git cd your-repo-name
- Install dependencies.
npm install
- Run the Development Server.
npm run dev
The app will be available at http://localhost:5173 by default.
- Code Quality Tools.
ESLint: Linting and code quality. Prettier: Code formatting. Vite: Fast build tool and dev server.