This repository is the code corresponding to the hands-on lab Building a Full Stack Web App with Kotlin Multiplatform.
The master branch is to be used as a template. If you would like to see the completed project, check out the final branch.
./gradlew server:run
./gradlew server:installDist
# copy `server/build/install` dir where you want
./server/build/install/server/bin/server
# or ./server/build/install/server/bin/server.bat for Windows