-
Notifications
You must be signed in to change notification settings - Fork 37
run client and server
Derillo edited this page Jun 6, 2019
·
1 revision
Go to folder and use following commands to run client ./gradlew desktop:run
or server ./gradlew server:run
Or generate distribution jars ./gradlew desktop:dist
./gradlew server:dist
If you want to run server in local machine and don't want to open ports, add following property to VM Options:
-Dserver.useLocalhost=true
- IntelliJ
- Windows JDK
- Linux JDK
- Run client and server localhost
- Host a public server
- Import project to IntelliJ