pjagielski
01/16/2020, 10:15 AMsnrostov
01/16/2020, 10:45 AMsnrostov
01/21/2020, 6:46 AMsnrostov
01/28/2020, 11:17 AM./gradlew :client:run -t
- for the dev server with live reload (for front-end developing)
• ./gradlew :server:run
- for the production buildsnrostov
01/28/2020, 11:18 AM./gradlew :server:build
will create server/build/distributions/server-0.1.1.zip
. You can deploy it on the server and run bin/server
to start the server. Client is included into the lib/server.jar
snrostov
01/28/2020, 11:18 AM