SET UP (part 1)
Fork and clone the project. (git clone project). cd into the repo. Create a new branch, then open your code (code.)
(part 2)
Set up your node packages:
npm init (makes package.json)
npm i (names of dependencies you will need to install).
This project uses mocha, eslint, chai, chai-http, and nodemon.
(part 3)
Set up files. Add: .gitignore, .eslintrc, .travis.yml, and .eslintignore.