In this video, we take a look at the course repository. We'll use this repository and the server inside of it throughout the tutorials in this series. It's where I'll put starting points, finished code, and exercises.
Go ahead clone the repo:
git clone https://github.com/samjulien/apollo-react-thinkster
Then, open up the folder in your favorite editor, and in a new terminal:
cd server
npm install
And with that, you're ready to get started!