NetClone A simple netflix like app leveraging the movie database api at https://themoviedb.org Languages and Tools React GraphQL Node-Sass HTML5 & CSS3 To test the application locally, clone the repo and run 'npm install' Set up your .env.development file to have an API_KEY property set to your tmdb api key; Run 'npm run build:test' to command webpack to build the required files into the dist folder Run 'npm start' to initiate the GraphQL Server. Access localhost:5000 to view the application