This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
This was created using the steps at https://vite.dev/guide/
npm create vite@latest my-fe-app -- --template react-ts
cd my-fe-app
npm install
npm run dev