varabyte / kobweb

A modern framework for full stack web apps in Kotlin, built upon Compose HTML
https://kobweb.varabyte.com
Apache License 2.0
1.53k stars 68 forks source link

Add Kobweb start --continuous task #183

Open charlee-dev opened 1 year ago

charlee-dev commented 1 year ago

Currently, there is two default task available kobweb start and kobweb stop. I only use kobweb start --continuous for the development with hot-reload. It will be good to have it available as a separate Gradle task by default.

bitspittle commented 1 year ago

Have you already seen https://github.com/varabyte/kobweb#gradle-commands ?