Skip to content

Latest commit

 

History

History

Frontend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Frontend Setup Guide

Quick Start

  1. Navigate to the Frontend Directory in Terminal or Powershell

  2. Build the Container.

Command:

docker-compose build frontend
  1. Start the Container.

Command:

docker-compose up frontend
  1. Using your preferred Browser, you can go to the following URL http://localhost:3001/ to see the frontend running.