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 yarn or npm package
- Open a new terminal in the project folder and run 'yarn install' or 'npm install', in order to install the project's dependencies
- Run 'yarn dev' or 'npm run dev' for launch the app
- Check your app on http://localhost:5173/