A simple AngularJS + Redux app
You will probably need to use the this Chrome App to get around the cross-origin errors.
yarn install # install node_modules
yarn start # start a webpack-dev-server, then open your browser to http://localhost:3000/angularjs-redux/
yarn test # run specs
yarn test:server # start a server running the specs- any other commands can be found in the scripts section of the
~/package.jsonfile.