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
- Install Node.js
- download git bash
- clone this repository
-
git clone <url of this repo>
- open terminal inside this folder
- type
npm install
- then
npm run dev