-
Navigate to the
Frontend
Directory in Terminal or Powershell -
Build the Container.
Command:
docker-compose build frontend
- Start the Container.
Command:
docker-compose up frontend
- Using your preferred Browser, you can go to the following URL
http://localhost:3001/
to see the frontend running.