ryanlewis / spring-kotlin-htmx

A Spring Boot demo utilising kotlinx.html and htmx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot + kotlinx.html + htmx demo

A very simple demo, showing how kotlinx.html and htmx can be used with Spring Boot.

  • As kotlinx.html is all native Kotlin, no template engines are needed
  • As htmx is all HTML, no JavaScript is needed

Running

# Linux / macOS
./gradlew bootRun

# Windows
gradlew.bat bootRun

Otherwise, import it into your favourite IDE and play with it there.

Then visit http://localhost:8080/ in your browser.

License

See LICENSE.

About

A Spring Boot demo utilising kotlinx.html and htmx

License:MIT License


Languages

Language:Kotlin 100.0%