This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
- Tap the «Use this template» button and choose «Create a new repository» option
 - Settings -> Actions -> General -> Workflow permissions ->
- ✔ Read and write permissions
 - ✔ Allow GitHub Actions to create and approve pull requests
 
 - Change basename in main.jsx
 - Change repository name in vit.config.js
 - Change repository name in package.json (homepage and build)
 - Install dependencies with the command «npm install»
 
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
 - @vitejs/plugin-react-swc uses SWC for Fast Refresh