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