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
To run this project on your local machine, follow these steps:
-
Clone the repository
git clone https://github.com/sarathi062023/Sarathi.git in Desktop cd Sarathi in Desktop
-
Install dependencies Make sure you have Node.js installed, then run:
npm install
-
Start the development server
npm run dev
-
Open the application Open your browser and navigate to
http://localhost:5173
(or the port shown in your terminal).
Happy coding!