Game Server powered using Spring Boot and Gradle
- ./gradlew clean build
- ./gradlew bootRun
Once you see the below output in the console / terminal, launch the application by going to localhost:8080 in the browser
Once you see the following output
2018-08-17 20:50:29.811 INFO 62683 --- [ main] c.s.u.tictactoe.TictactoeApplication : Started TictactoeApplication in 14.88 seconds (JVM running for 16.547)