The Movie DB Parser Example - Typescript + React + Redux + Saga
> git clone https://github.com/S1lentium/themoviedb-react-redux-example.git
> cd themoviedb-react-redux-example
> npm install
Change your API_KEY for accessing to TMDB API in ./src/config.ts
Run application in developement mode:
> npm start
Run tests:
> npm t