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
Follow the steps below to set up and run the application on your local machine.
To ensure all required packages are installed, run the following command:
npm install This will install all the dependencies listed in the package.json file.
To launch the app in development mode, use the following command:
npm run dev