TypeScript React/Redux App

Installation

$ git clone https://github.com/GregWilson/react-redux-movies-app.git
$ npm install

Run Webpack Dev Server (localhost:8080)

$ npm run serve

Run Tests

$ npm run test

Build JS Bundle

$ npm run build