/html5-desktop-app

This is an example of a desktop application written with Kotlin and HTML5.

Primary LanguageKotlin

HTML5 Desktop App

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.

App screenshot

Usage

Download a jar file from this repo Github Releases.

Start the app: (Java 8 required)

java -jar html5-desktop-app-0.1-all.jar

Build from source

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