This is a Netflix Clone website built using React, Redux and Firebase. This Project is deployed here.
- Clone this repo to your machine locally.
- Install the dependencies using
npm installandyarn installcommands. - Generate a firebase configs. You can follow this procedure.
- Paste the configs into
firebase-example.jsand rename the file tofirebase.js. - Generate a TMDB API Key by registering here.
- Paste the TMDB API Key in
.env-exampleand rename the file to.env. - Use command
npm startto start the server onlocalhost:3000.



