Prerequisites: Make sure you have Node.js (v14+ recommended) installed.
Setup and Run the UI Locally:
- Navigate to the
ui
folder.cd ui
- Install the dependencies (node_modules).
npm install
- Return to the root folder and start the application. This will start both the backend and frontend.
cd .. && npm run watch
- Once the application is running, check the console output for a message indicating the port number the application is listening on. You should see a line similar to:
Replace
Application router is listening on port: 5000#
PORT
with the correct port number to access and test the application locally in the browser.http://localhost:PORT