diff --git a/tutorials/Web/Getting_Started/README.md b/tutorials/Web/Getting_Started/README.md index 644a85d100..4e829f8cf6 100644 --- a/tutorials/Web/Getting_Started/README.md +++ b/tutorials/Web/Getting_Started/README.md @@ -129,6 +129,11 @@ Use the command line to run: ./gradlew jsBrowserRun ``` +Instead of manually compiling and executing a Kotlin/JS project every time you want to see the changes you made, you can use the continuous compilation mode: +```shell +./gradlew jsBrowserRun --continuous +``` + Or run it from the IDE: