A simple Facebook messenger style chat application using socket.io and React
To start the app, run:
npm install or yarn install
npm start or yarn 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