Once you've cloned the folder,
- Hit
npm i
to install the repo's dependencies - Go to the
backend
folder to learn how to set up the backend. Come back here when you're done. - Once that's done, run
npm run dev
in your terminal. This should get the server and the client running.
- The server lives at
localhost:5000
- The client lives at
localhost:3000
If you're confused about anything, go to TUTORIAL.md
git checkout -b <your branch name
- i.e
git checkout -b jenny/user-authentication
- Stage, commit, and push your code
- On Github's website, find your branch and click "Make pull request"