Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 942 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 942 Bytes

How to Run the Project

Prerequisites

  1. Download the Source Code
    Clone or download the source code to your local machine.

  2. Install Node.js
    Make sure Node.js is installed on your system. You can download it from the official Node.js website.


Installation

  1. Install Dependencies
    Navigate to the project directory in your terminal and run:

    npm install

    This will install all the required libraries specified in package.json.

  2. Start the Project
    Launch the project by running:

    npm start

    This will start the project, and you can view it in your browser at:
    http://localhost:3000/ (default React development server port).


Backend Integration

To connect to the backend, use the associated backend repository:
Backend Repository