Prerequisites:
⚠️ Currently only working on Apple Safari, no Chrome or Edge support yet!
Themes:
- Spring MVC
- Thymeleaf
- Bootstrap
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