Skip to content

ksbrwsk/html-freetv-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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