Super Simple Chat System with React.JS , Express.JS and SockotIO.JS
Application can be build with webpack and download all the dependencies from Node Package Managemer (NPM) to run the application, please follow the below step.
First, grab the dependencies:
npm installThen run the app like so:
npm startAnd navigate to localhost:3000 and chat !
