diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-08-01 01:13:30 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-08-01 01:13:30 +0200 |
commit | c9808690f1161966267c26bb77d6ebadf50970a2 (patch) | |
tree | 048d5d3b999168b00c9be42773ee212f9a59fb35 | |
parent | f466fc565aa0956f560e04689bde74e90beb64d6 (diff) | |
download | kvision-c9808690f1161966267c26bb77d6ebadf50970a2.tar.gz kvision-c9808690f1161966267c26bb77d6ebadf50970a2.tar.bz2 kvision-c9808690f1161966267c26bb77d6ebadf50970a2.zip |
Updated README
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -87,7 +87,7 @@ developers on Kotlin Slack [#kvision](https://kotlinlang.slack.com/messages/kvis ./gradlew -t run (on Linux) gradlew.bat -t run (on Windows) -4. Open [http://localhost:8088/](http://localhost:8088/) in your browser. +4. Open [http://localhost:3000/](http://localhost:3000/) in your browser. 5. Play with the code and see your changes immediately in the browser. @@ -95,10 +95,10 @@ developers on Kotlin Slack [#kvision](https://kotlinlang.slack.com/messages/kvis To build complete application optimized for production run: - ./gradlew -Pprod=true distZip (on Linux) - gradlew.bat -Pprod=true distZip (on Windows) + ./gradlew -Pprod=true zip (on Linux) + gradlew.bat -Pprod=true zip (on Windows) -Application package will be saved as build/distributions/showcase.zip. +Application package will be saved as build/libs/showcase-1.0.0-SNAPSHOT.zip. ## Code samples |