To run the project
git clone https://github.com/ib-sundeep/netflix-react-clone.git
If you are using yarn then run yarn install to install dependencies
If you are using npm then run npm install to install dependencies
secrets.json holds some configuration that is needed for your app to run. Create a new file secrets.json and add this content to it after replacing the placeholders with appropriate values
{
"TMDB_API_KEY": "GET-YOUR-KEY-FROM-TMDB-AND-ADD-HERE"
}