Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit c4c9231

Browse files
authored
Update 02_Setting_up.md
browserDevelopmentRun was not available in 'other' directory for me (as it was shown in the image ./assets/browserDevelopmentRun.png ). I found it in 'kotlin browser' directory.
1 parent dead9bd commit c4c9231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Building Web Applications with React and Kotlin JS/02_Setting_up.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Now, we need to compile, run, and serve our code.
101101

102102
The `kotlin.js` Gradle plugin comes by default with support for an embedded `webpack-dev-server`, which allows us to run the application from our IDE without having to manually set up any kind of server.
103103

104-
We can start the development server by invoking the `run` or `browserDevelopmentRun` task from the Gradle tool window inside IntelliJ IDEA:
104+
We can start the development server by invoking the `run` or `browserDevelopmentRun`(available in `other` directory or `kotlin browser` directory) task from the Gradle tool window inside IntelliJ IDEA:
105105

106106
![](./assets/browserDevelopmentRun.png)
107107

0 commit comments

Comments
 (0)