Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 370 Bytes

File metadata and controls

13 lines (11 loc) · 370 Bytes

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