Welcome to the React + Vite template! This template provides a minimal setup to get React working in Vite with Hot Module Replacement (HMR) and some ESLint rules. It's designed to help you quickly start building modern React applications with the power of Vite.
Here is a short demo of the app: Watch the demo
- Fast Refresh with Babel or SWC: Choose between Babel and SWC for fast and reliable hot module replacement.
- Minimal Setup: Get started with React in Vite with minimal configuration.
- ESLint Rules: Pre-configured ESLint rules to help you maintain code quality.
Currently, two official plugins are available for this template:
- @vitejs/plugin-react - Uses Babel for Fast Refresh.
- @vitejs/plugin-react-swc - Uses SWC for Fast Refresh.
To get started, clone the repository and install the dependencies:
git clone <repository-url>
cd <repository-name>
npm install
Then, start the development server:
npm run dev