Powered by Rock the JVM!
This repository contains the code we wrote during Rock the JVM's Cats course. Unless explicitly mentioned, the code in this repository is exactly what was caught on camera.
- install IntelliJ IDEA
- either clone the repo or download as zip
- open with IntelliJ as an SBT project
Start by cloning this repository and checkout the start
tag:
git checkout start
Either clone this repo as it is, or do
git checkout master
If you have changes to suggest to this repo, either
- submit a GitHub issue
- tell me in the course Q/A forum
- submit a pull request!