Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1 KB

README.md

File metadata and controls

34 lines (21 loc) · 1 KB

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.