Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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