What about layouts? #3
-
Hi, I have read https://www.wimdeblauwe.com/blog/2022/07/03/thymeleaf-live-reload-with-npm-scripts/ and May be I miss something, but as for now, it is like I've got live reload just for a plain html file. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You need to run the Spring Boot application using the |
Beta Was this translation helpful? Give feedback.
You need to run the Spring Boot application using the
local
profile and runnpm run build && npm run watch
to have the full live reload experience. There is now also the ttcli command line tool to quickly setup a project, see https://github.com/wimdeblauwe/ttcli