This is an example of a desktop application written with Kotlin and HTML5.
This app makes use of TornadoFX lightweight framework to create a JavaFX window with WebView.
Download a jar file from this repo Github Releases.
Start the app: (Java 8 required)
java -jar html5-desktop-app-0.1-all.jar
Download the repo:
git clone https://github.com/lorenzo-ange/html5-desktop-app
cd html5-desktop-app
Run the app:
./gradlew run
Package a redistributable fat jar:
./gradlew shadowJar
You can find the jar file at $APP_DIR/build/libs/html5-desktop-app-0.1-all.jar