EAI Frontend quick setup guide

Follow these steps to quickly set up and run the React application in this repository.

Prerequisites

Make sure you have Node.js and npm installed on your machine.

Getting Started

  1. Clone the repository:

    git clone https://github.com/mukeshkuiry/EAI-Frontend.git
  2. Navigate to the project directory:

    cd EAI-Frontend
  3. Install dependencies:

    npm install

Run the Application

  1. Start the development server:

    npm start
  2. Open your browser and go to http://localhost:3000 to view the application.

That's it! You've successfully set up and run the React application.