Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 507 Bytes

File metadata and controls

16 lines (12 loc) · 507 Bytes

Docker

Follow these steps to start the application using Docker

Dependencies

You will need the following things properly installed on your computer.

Steps

  • 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.