How to Setup This Project
- git clone this repository.
- cd into the project directory.
- npm install or yarn install to install all dependencies.
- npm run dev or yarn dev to start the development server.
- Open your browser and navigate to http://localhost:5173 to see the application.
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