Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-30T21:57:35.000Z (over 2 years ago)
- Last Synced: 2024-11-11T15:33:24.804Z (3 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 [![CI](https://github.com/daggerok/full-stack-web-app-with-kotlin-multiplatform/actions/workflows/ci.yaml/badge.svg)](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)[![official JetBrains project](https://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
[![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](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.**