The Open Movie Database based on React + Typescript + Styled component+ Redux + Redux-Observable + React-Router + React-Final-Form
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
Running npm test
will run the unit tests with Jest.