Skip to content

Demo web application built on top of Compose Multiplatform

License

Notifications You must be signed in to change notification settings

fgrutsch/kotlin-compose-for-web

Repository files navigation

Kotlin Compose for Web

License

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.

Getting Started

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.

Credits

Some parts of the code are inspired by projects from Lovely Systems, go check them out!

License

This code is licensed under the Apache 2.0 License.

About

Demo web application built on top of Compose Multiplatform

Resources

License

Stars

Watchers

Forks

Releases

No releases published