Improved building documentation in README.md

Made building documentation more readable in README.md
This commit is contained in:
Saidu Ernest Kamara 2021-05-31 15:02:28 +02:00 committed by GitHub
parent 333c757384
commit b8bba25ef4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,9 +42,14 @@ I also have the following samples that demonstrate the use of a variety of Kotli
### Building
You need to use Android Studio Arctic Fox (**note: Java 11 is now the minimum version required**). Have tested with XCode v11 and v12. When opening
iOS/watchOS/macOS projects remember to open `.xcworkspace` file (and not `.xcodeproj` one). To exercise (React based) web client run `./gradlew :web:browserDevelopmentRun`.
You need to use Android Studio Arctic Fox (**note: Java 11 is now the minimum version required**). Have tested with XCode v11 and v12.
When opening iOS/watchOS/macOS projects remember to open `.xcworkspace` file (and not `.xcodeproj` one).
To exercise (React based) web client run `./gradlew :web:browserDevelopmentRun`.
To run backend you can either run `./gradlew :backend:run` or run `Server.kt` directly from Android Studio.
After doing that you should then for example be able to open `http://localhost:9090/astros_local.json` in a browser.