Skip to content

This project is a simple Hello web app built using the modern Compose Multiplatform stack. It targets the web platform only, using Decompose for state management and ktlint for code style.

Notifications You must be signed in to change notification settings

onelenyk/compose-hello

Repository files navigation

Hello Compose Web Project

This project is a simple Hello web app built using the modern Compose Multiplatform stack. It targets the web platform only, using Decompose for state management and ktlint for code style.

How to Set Up and Run

Requirements:

  • JDK (compatible with Kotlin projects)
  • Gradle
  • Android Studio (for better development experience)

Useful Gradle Commands:

  • Run the app in development mode with continuous updates:

    ./gradlew wasmJsBrowserRun --continuous
  • Build the project for production (same as distribution):

    ./gradlew wasmJsBrowserDistribution

Used Technologies:

  • Kotlin Compose for Web for building the UI.
  • Decompose for managing navigation and state.
  • KtLint for enforcing code style

License:

Licensed under the Apache License 2.0. See LICENSE for details.

About

This project is a simple Hello web app built using the modern Compose Multiplatform stack. It targets the web platform only, using Decompose for state management and ktlint for code style.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published