Follow these steps to set up the React frontend on your local machine:
- 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.
Run the following command to clone the project repository:
git clone <repository-url>
cd <repository-folder>/frontend
Run the following command to install the required dependencies:
npm install
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.