This is the code we will be working on in the workshop. Fork it and let's get going!
This repo contains a java/maven application. You can either work with it on your own computer, or you can use GitHub Codespaces.
- Clone the repo
- Install an IDE. I recommend IntelliJ IDEA Community Edition.
- Install java, if you haven't got it already. This can be done from the IDE.
- Run the main method in the class named
App
.
Follow these steps to open this sample in a Codespace:
- Click the Code drop-down menu.
- Click on the Codespaces tab.
- Click Create codespace on main.
For more info, check out the GitHub documentation.