Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 440 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 440 Bytes

WoPeD Webclient

This repository contains the WoPeD Webclient.
The application has been built based on angular-starter

Navigate to https://woped.github.io/woped-frontend/home to use the WoPeD Webclient.

Docker Deployment

# Build Docker image
$ docker build . -t p2t-woped-webservice-frontend

# Run Docker Container
$ docker run -p 3000:80 p2t-woped-webservice-frontend