Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 638 Bytes

File metadata and controls

20 lines (15 loc) · 638 Bytes

super-simple-chat

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.

Running it

First, grab the dependencies:

    npm install

Then run the app like so:

  npm start

And navigate to localhost:3000 and chat !

IMAGE ALT TEXT HERE