This is a sample project that shows how to use Kotlin Compose for Web.
The project was used as a demo for the talk Intro to Jetpack Compose for Web at VlbgWebDev. You can find the slides here.
Run the application with the following command:
./gradlew jsRun
To run the application and enable hot reloading use the following command:
./gradlew jsRun -t
A new browser window will open with the application running on http://localhost:3000
.
Some parts of the code are inspired by projects from Lovely Systems, go check them out!
This code is licensed under the Apache 2.0 License.