Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 819 Bytes

File metadata and controls

24 lines (23 loc) · 819 Bytes

Prerequisites: Make sure you have Node.js (v14+ recommended) installed.

Setup and Run the UI Locally:

  1. Navigate to the ui folder.
    cd ui
  2. Install the dependencies (node_modules).
    npm install
  3. Return to the root folder and start the application. This will start both the backend and frontend.
    cd .. && npm run watch
  4. 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:
    Application router is listening on port: 5000#
    Replace PORT with the correct port number to access and test the application locally in the browser.
    http://localhost:PORT