/html5-desktop-app-htmlbuilder

This is an alternative version of the HTML5 Desktop App (https://github.com/lorenzo-ange/html5-desktop-app) that takes great advantage of HTMLBuilder (https://github.com/lorenzo-ange/htmlbuilder) Kotlin library to generate typesafe HTML.

Primary LanguageKotlin

HTML5 Desktop App with HTMLBuilder

This is an alternative version of the HTML5 Desktop App that takes great advantage of HTMLBuilder Kotlin library to generate typesafe HTML.

App screenshot

Usage

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

Build from source

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