This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
Install dependencies:
npm install
Run the dev server:
npm run dev
Open http://localhost:5173 with your preferred browser to see the result.
To build for production:
npm run build
Thanks