A simple Facebook messenger style chat application using socket.io and React
See the tutorial here https://medium.com/@coderacademy/you-can-build-an-fb-messenger-style-chat-app-with-reactjs-heres-how-intermediate-211b523838ad
To start the app, run:
npm install
npm start
Once the webpack server has started you can access it in a browser at http://localhost:8000
Ensure that you also have the simple-chat-api running as well