The repository contains a Kotlin fullstack demo.
Three modules:
server
: a SpringBoot application as server.client
: a Kotlin React app as browser client.shared
: shared model definition and common functions by client/server.
Run ./gradlew server:bootRun
and open http://localhost:8080
, you can see the demo.