Web App With Kotlin.js: Getting Started | raywenderlich.com

In this tutorial, you’ll learn how to create a web app using Kotlin.js. This will include manipulating the DOM and fetching data from a server, all in Kotlin!


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/201669-web-app-with-kotlin-js-getting-started

when I open the materials I can see a never ending progress dialog

@tarek Can you please help with this when you get a chance? Thank you - much appreciated! :]

Hi @xibille

In the starter project, you should see a progress indicator and you need to follow the tutorial to control (show/hide) it from your Kotlin code.

In the final project, you need to build the project to compile the Kotlin code to JavaScript.

If you want to see the final product without building the project, I deployed the project here just click the link and can give it a try.

If you have more questions please feel free to ask :]

This tutorial is more than six months old so questions are no longer supported at the moment for it. Thank you!