This is an alternative version of the HTML5 Desktop App that takes great advantage of HTMLBuilder Kotlin library to generate typesafe HTML.
Download a jar file from this repo Github Releases.
Start the app: (Java 8 required)
java -jar html5-desktop-app-htmlbuilder-0.1-all.jar
Download the repo:
git clone https://github.com/lorenzo-ange/html5-desktop-app-htmlbuilder
cd html5-desktop-app-htmlbuilder
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-htmlbuilder-0.1-all.jar