- Clone the repository
- Run
npm install
to install the dependencies - Run
npm run dev
to start the development server - Open
http://localhost:5173/
in your browser (or the port that is shown in the terminal)
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