Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1003 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 1003 Bytes

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Running the Project Locally

To run this project on your local machine, follow these steps:

  1. Clone the repository

    git clone https://github.com/sarathi062023/Sarathi.git in Desktop
    cd Sarathi in Desktop
    
  2. Install dependencies Make sure you have Node.js installed, then run:

    npm install
    
  3. Start the development server

    npm run dev
    
  4. Open the application Open your browser and navigate to http://localhost:5173 (or the port shown in your terminal).

Happy coding!