This is a react.js chat application powered by Socket.io that provides the basic functions you'd expect from a chat, such as a chat room, messaging, typing and event indicators.
- List of active users
- Typing indicators
- Event logging on chat
- Mobile ready
Clone this repo to your desktop and run npm install to install all the dependencies.
You might want to look into server/index.js to make change the port you want to use and set up a SSL certificate.
After you clone this repo to your desktop, go to its root directory and run npm install to install its dependencies.
Once the dependencies are installed, you can run npm start to start the application. You will then be able to access it at localhost:3000
