Follow these steps to start the application using Docker
You will need the following things properly installed on your computer.
-
git clone <repository-url>
this repository -
cd open-event-frontend
-
docker build . -t opev-frontend
-
docker run -d --name opev-frontend-container -p 4200:4000 opev-frontend
-
Visit your app at http://localhost:4200.