My java application produces some visualisations (html, xml+xls) as outputs that cannot be served from the filesystem due to browser safeguards.
I want to make a commant like ./gradlew view
that would serve those for me. For example in npm
one of the ways is to use webpack-server
or some other dependency then run it.
Is there an established way to run a webserver with gradle?