To get started clone/fork this repo.
- Clone this Repo.
git remote add origin git@github.com:shubhanggupta2000/movies-info.git
- Install all dependencies.
npm install
- Create your The Movies DB API Key and set it in the
.env
file.
REACT_APP_API_KEY="<<api key>>"
- Start the Application.
npm start