https://kotlinlang.org logo
#compose-web
Title
# compose-web
l

LeoColman

09/24/2021, 8:20 PM
How to export a compose web project to execute it outside a gradle environment? I want to host my compose website, but I couldn't find how to do it. Could you point me to the documentation?
1
b

Big Chungus

09/24/2021, 9:48 PM
./gradlew jsBrowserProductionExecutable
Then serve generated js/html files like any other js project
l

LeoColman

09/24/2021, 9:57 PM
Thanks Martynas!
👍 1
b

Big Chungus

09/24/2021, 10:54 PM
8 Views