Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 413 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 413 Bytes

Experiment with kotlin-react wrappers

This is just an experiment that tries to put together a gradle build that works with kotlin-react wrappers.

It creates a web page that shows classic sentence "Hello world"

To build it:

./gradlew build

To run it:

./gradlew run

To stop it:

./gradlew stop

Open http://localhost:7777/ to view it in the browser.