-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Perses Games edited this page Apr 27, 2017
·
15 revisions
The easiest way to get started is to check out the started project.
To build execute the following gradle command:
./gradlew compileKotlin2Js
After the build the javascript files will be generated in web/js/generated, the kudens and kotlin javascript libraries will be extracted and added to in web/js/kotlin.
Host the web directory and open index.html in your browser. The easiest way to do this is to use IDEA and select run on the index.html.