This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react: This plugin uses Babel for Fast Refresh.
- @vitejs/plugin-react-swc: This alternative plugin uses SWC for Fast Refresh.
To get started with this template, follow these steps:
- Clone the repository.
- Install dependencies using
npm install
. - Run the development server with
npm run dev
.
The template comes with some ESLint rules to maintain code quality. Make sure to review the ESLint configuration and adapt it to your project's needs.
Feel free to explore the official plugin documentation for more details on the plugins and their features.
Happy coding!