Skip to content
This repository was archived by the owner on Jul 13, 2021. It is now read-only.

Commit 5a3505e

Browse files
authored
Add information on running the frontend
1 parent fd38dd9 commit 5a3505e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ The frontend of Thinkter is built using [React](https://facebook.github.io/react
1818
it incorporates a set of [wrappers](https://github.com/orangy/thinkter/tree/master/frontend/src/org/jetbrains/react), which
1919
you can also use in your projects and adapt to your needs.
2020

21+
The project is built using webpack and the [Kotlin frontend plugin](https://github.com/kotlin/kotlin-frontend-plugin).
22+
23+
To run the frontend, use `./gradlew frontend:run`. This will start a webpack server on port 8080. Navigate to localhost:8080
24+
to start using the application.

0 commit comments

Comments
 (0)