-
Download the Source Code
Clone or download the source code to your local machine. -
Install Node.js
Make sure Node.js is installed on your system. You can download it from the official Node.js website.
-
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
. -
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).
To connect to the backend, use the associated backend repository:
Backend Repository