A simple Facebook messenger style chat application using socket.io and React
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