Good day everyone, how can i host my web compose?
# compose-web
u
Good day everyone, how can i host my web compose?
j
Just build it and you'll get some js files with
index.html
by executing
./gradlew :jsBrowserDistribution
. You can use vercel or any other spa host deployment platform
😮 1
p
You can use Firebase hosting or GitHub pages. Both are free, although if you want a custom domain, obviously you gotta pay for
👍 1