This project was bootstrapped with Create React App. It uses the TMDB API.
- Create an
.envfile and addREACT_APP_TMDB_API_KEY=${YOUR_API_KEY}to it - Install dependencies with
yarn - Install Watchman
Run the app in development mode yarn start
- Run the tests with
yarn test - Run the tests with coverage with
yarn test --coverage