Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1012 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 1012 Bytes

official JetBrains project GitHub license

Full Stack JVM & JS App Hands-On Lab

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.

How to run:

./gradlew server:run

How to package and run on server:

./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