Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 417 Bytes

File metadata and controls

22 lines (18 loc) · 417 Bytes

The Movie DB Parser Example

The Movie DB Parser Example - Typescript + React + Redux + Saga

Installation

> 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

Run application in developement mode:

> npm start

Run tests:

> npm t