Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 769 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 769 Bytes

Build Status

React-Open-Movie-Database

The Open Movie Database based on React + Typescript + Styled component+ Redux + Redux-Observable + React-Router + React-Final-Form

OMDb API

How to start

Note this project is based on node v8.1.4 and npm 5.0.3.

If you have problems to run this project, please check your node and npm versions.

In order to run this project:

# install the project's dependencies
npm install
# Runs the app in development mode.
npm start
# Generate production bundle
npm run build

Testing

Running npm test will run the unit tests with Jest.