Example web-client using React and Redux with WebSockets
See blog post (http://www.marcaitkin.com/2017/02/12/reactredux-play-with-websockets/)
Example server (https://github.com/maitkin/react-play-server)
node >= 7.4.0
Edit API_URL in .env accordingly (should point to example server)
npm install
npm install webpack-dev-server --save-dev
npm start
You may need to setup your paths such that webpack-dev-server is in it, or change the configuration to point to the correct location (.e.g. node_modules/.bin)