/htmx-http4k-dsl

Using htmx with http4k and Kotlin's HTML DSL (kotlinx.html)

Primary LanguageKotlinApache License 2.0Apache-2.0

htmx with http4k and Kotlin's HTML DSL (kotlinx.html)

Using htmx with http4k and Kotlin's HTML DSL.

Building

mvn package

Running built artifact

java -jar target/htmx-http4k-dsl-1.0-SNAPSHOT-jar-with-dependencies.jar

Running directly

mvn compile exec:java