- review core git concepts
- understand basic productive git workflow for any development project of any team size
- if you're running this project for the first time type
npm run setupin the terminal in both the client and server folders. - if you've already run this once before, just use
npm startin both folders to boot up the project.