React + Vite 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 uses Babel for Fast Refresh @vitejs/plugin-react-swc uses SWC for Fast Refresh Neil's Notes: to create babyapp-vite npm create vite@latest Need to install the following packages: create-vite@latest Ok to proceed? (y) y ✔ Project name: … babyapp-vite ✔ Select a framework: › React ✔ Select a variant: › JavaScript Add vite-plugin-svgr to vite.config.js