https://github.com/daggerok/full-stack-web-app-with-kotlin-multiplatform
Hnas-on lab on full-stack web app with kotlin multiplatform. See: https://play.kotlinlang.org/hands-on/overview
https://github.com/daggerok/full-stack-web-app-with-kotlin-multiplatform
kotlin kotlin-gradle kotlin-gradle-dsl kotlin-multi-platform kotlin-multiplaform kotlin-multiplatform
Last synced: 10 months ago
JSON representation
Hnas-on lab on full-stack web app with kotlin multiplatform. See: https://play.kotlinlang.org/hands-on/overview
- Host: GitHub
- URL: https://github.com/daggerok/full-stack-web-app-with-kotlin-multiplatform
- Owner: daggerok
- Created: 2022-06-29T18:45:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-30T21:57:35.000Z (over 3 years ago)
- Last Synced: 2025-01-10T00:37:02.008Z (12 months ago)
- Topics: kotlin, kotlin-gradle, kotlin-gradle-dsl, kotlin-multi-platform, kotlin-multiplaform, kotlin-multiplatform
- Language: Kotlin
- Homepage: https://daggerok.github.io/full-stack-web-app-with-kotlin-multiplatform/
- Size: 143 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kotlin multiplatform full-stack web app [](https://github.com/daggerok/full-stack-web-app-with-kotlin-multiplatform/actions/workflows/ci.yaml)
Building a Full Stack Web App with Kotlin Multiplatform
```bash
./gradlew --no-daemon --no-build-cache --console=plain --warning-mode=summary clean build
./gradlew --no-daemon --no-build-cache --console=plain --warning-mode=summary run
```
## RTFM
* [This hands-on lab](https://play.kotlinlang.org/hands-on/Full%20Stack%20Web%20App%20with%20Kotlin%20Multiplatform/)
* [This hands-on lab repository](https://github.com/kotlin-hands-on/jvm-js-fullstack)
* [Other hands-on labs](https://play.kotlinlang.org/hands-on/overview)
[](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
[](https://www.apache.org/licenses/LICENSE-2.0)
## Full Stack JVM & JS App Hands-On Lab master
This repository is the code corresponding to the hands-on lab [Building a Full Stack Web App with Kotlin Multiplatform](https://play.kotlinlang.org/hands-on/Full%20Stack%20Web%20App%20with%20Kotlin%20Multiplatform/).
**The master branch is to be used as a template. If you would like to see the completed project, check out the [final](https://github.com/kotlin-hands-on/jvm-js-fullstack/tree/final) branch.**