Steps to run locally:
- Clone Repo
- Make your own keys.js file for the Youtube Data API v3. The exact layout of the file is below:
- Install all required dependencies for client and server as listed in package.json
- Run server.js file with node server
- Run react with npm start