Simulation Demo Server Prerequisites Java 8 and Gradle. Build and Run Build the server: $ cd server $ ./gradlew clean build Run the server $ ./gradlew run Client Prerequisites Yarn. Build and Run Install the required dependencies $ cd client $ yarn install Run the client $ yarn start