Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 740 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 740 Bytes

html-freetv-player

simple html5 german free tv player

Java CI with Maven

Prerequisites:

⚠️ Currently only working on Apple Safari, no Chrome or Edge support yet!

Themes:

  • Spring MVC
  • Thymeleaf
  • Bootstrap

How to build and run

Type

mvn package
mvn spring-boot:run

to build and run the application on your local environment.

Point your browser to

http://localhost:8080

to try out the player.

docker build -t html-freetv-player . docker run -d --name html-freetv-player -p 9070:8080 html-freetv-player