Live reload

I need help for enable live reloading. Documentation is very short and doesn’t really help.

I run my Vaadin/Spring Boot Application in a Docker-Container. I don’t use maven but gradle. I start the application ./gradle bootRun. Is there someone who knows how to make Vaadin live reload?

Do you run your IDE and browser in that same container also? Live reload works best if all three parts (server, browser, IDE) all run next to each other. Could you try running it in that way instead?