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 install
Then run the app like so:
npm start
And navigate to localhost:3000
and chat !