1.3 Clone this Github repo - grzzboot/pingpong-service GitHub Wiki

Almost there...

The last step before we actually get something done is to clone the code of this repository using git. You need to do that because the source contains a build file that you will run locally, and the output of that build forms the very basis of every other step in this showcase.

Pick a nice spot in your file system and clone the repo either using some IDE like IntelliJ or Eclipse alternatively by using git on the command line:

git clone [email protected]:grzzboot/pingpong-service.git

Got it? Good, let's get going then!