Skip to content

a-blekot/jvm-js-fullstack

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published