This is a React application for searching for movies from the Movie DB
This app is built using React/Redux in ES6 with a Node.js backend.
Circle CI is used for CI on this procject. Status:
N.B You will need to ensure you have node 6+ on your machine.
Clone the repo and then run the following commands.
npm install
npm start
then open http://localhost:3001 in your browser of choice!
npm run test
npm run lint