kotlin-react-sample icon indicating copy to clipboard operation
kotlin-react-sample copied to clipboard

kotlin-react-sample

This repository provides the source code for the Kotlin-React sample app of the article Getting Started With Kotlin-React. The app was set up using create-react-kotlin-app which scaffolds a runnable app including an IntelliJ project file.

A prebuilt version of the app is hosted on GitHub Pages https://ralfstuckert.github.io/kotlin-react-sample/

To run it locally, just clone the project and call

  • npm install
  • npm start