Uses TheMovieDatabase API.
https://xmartinezpujol.github.io/react-movies/
Node/NPM required to install dependencies.
Clone rep
git clone https://github.com/xmartinezpujol/react-movies.git
Install dependencies
npm install
Run Server (API) at http://localhost:8080
npm run api
Run Client (ReactJS App) at http://localhost:3000
npm start
Make Production Bundle - Client (ReactJS App)
npm run prod
ReactJS, Redux, NodeJS, Express, Webpack3 + DevServer, SASS, Pug(Jade).