Files
kotlin-fork/libraries/examples/browser-example-with-library
Vyacheslav Gerasimov 8d06744a6a Set local build version to 1.4.255-SNAPSHOT
#KT-36128

(cherry picked from commit a8650ccfd2)
2020-04-20 18:48:00 +03:00
..
2018-12-21 16:13:42 +03:00

Sample Application

This (really simple ;) application shows how to use Kotlin and the maven plugin to generate JavaScript and invoke it from inside a HTML web page.

The source Hello.kt uses the kotlin.browser API to access the document property to modify the HTML.

Running the sample in a web browser

To run the example try:

cd libraries/examples/browser-example-with-library
mvn install
open sample.html

This should open a browser which then shows some simple HTML which then includes some dynamically generated content.