Development Workflow
To run the application with Gradle continuous build, enter:
After Gradle finishes downloading dependencies and building the application, open http://localhost:3000/ in your favorite browser.
You can import the project in IntelliJ IDEA and open src/jsMain/kotlin/com/example/App.kt
file. You can of course use your favorite text editor.
Add some code inside the start
function:
App.kt
You should see your changes immediately in the browser.
Last updated