Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 882 Bytes

File metadata and controls

33 lines (24 loc) · 882 Bytes

FLEX: Fault Localization and Explanations

Frontend Setup Guide

Follow these steps to set up the React frontend on your local machine:

Prerequisites

  • Windows: Install Node.js (LTS version recommended) and ensure npm is included.
  • Mac/Linux: Install Node.js (LTS version recommended) via the official website or package manager.

Steps

1. Clone the Repository

Run the following command to clone the project repository:

git clone <repository-url>
cd <repository-folder>/frontend

2. Install Dependencies

Run the following command to install the required dependencies:

npm install

3. Start the Development Server

npm start

Should startt at http://localhost:3000.

Note: You should also be running the backend via the local Flask API at http://127.0.0.1:5000.