Skip to content

teja00007/netflix-react-clone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netflix clone

To run the project

1. Clone this project

git clone https://github.com/ib-sundeep/netflix-react-clone.git

2. Install dependencies of project

If you are using yarn then run yarn install to install dependencies

If you are using npm then run npm install to install dependencies

3. Create secrets.json

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"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.9%
  • SCSS 29.2%
  • HTML 11.9%