tree: 34925aa7f2679277d9d579ff1ec76f7959ea2f02
  1. src/
  2. pom.xml
  3. ReadMe.md
  4. sample.html
libraries/examples/browser-example-with-library/ReadMe.md

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.