Browse Source

update web tutorial: add info about --continuous flag

pull/1547/head
Oleksandr Karpovich 3 years ago committed by GitHub
parent
commit
b29bd17944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      tutorials/Web/Getting_Started/README.md

5
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:
<img alt="" src="run_project.png" height="500" />

Loading…
Cancel
Save