How to export a compose web project to execute it ...
# compose-web
l
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
./gradlew jsBrowserProductionExecutable
Then serve generated js/html files like any other js project
l
Thanks Martynas!
👍 1
b