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

Commit 0797271

Browse files
Merge pull request #115 from NullByte08/patch-1
Update 02_Setting_up.md
2 parents dead9bd + c4c9231 commit 0797271

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)