Kotlin mutliplatform fullstack

This template presents possibility of writing Kotlin only web application

Leveraging: - Ktor backend - React frontend written in Kotlin JS - Common data classes and presenters for mobile platforms

To run use:

  • In first console: ./gradlew :backend:run
  • In second console: ./gradlew :frontend:react:run --continuous