Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 428 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 428 Bytes

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