cats-course
cats-course copied to clipboard
The official repository for the Rock the JVM Cats course
trafficstars
The official repository for the Rock the JVM Cats course
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 and setup
- install IntelliJ IDEA
- either clone the repo or download as zip
- open with IntelliJ as an SBT project
Getting Started
Start by cloning this repository and checkout the start tag:
git checkout start
Seeing the complete code
Either clone this repo as it is, or do
git checkout master
For questions or suggestions
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!