Skip to content

qoomon/time-timer-webapp

Repository files navigation

time-timer-webapp

Build & Deploy

LGTM Grade

Screenshot

Screenshot

Docker Instructions

# initial setup
docker build -t qoomon/time-timer-webapp https://github.com/qoomon/time-timer-webapp.git
# start the service
docker run --rm -p 8080:80 qoomon/time-timer-webapp
# open the app in your browser
xdg-open "http://localhost:8080"