A chat application built with React, Express and Socket.io
- NodeJS
- Yarn
To get things up and running open your terminal and follow these steps:
Clone repo:
git clone https://github.com/Amrmak/chat-app.git
Go to root directory:
cd chat-app
Install dependancies:
yarn install
Spin up the servers
yarn start
A new tab will open in your default browser with an instance of the app.
Open multiple tabs to simulate multiple users
Next versions will support features like Authentication, Persistent chats with a Database, Private Chats and way more.
Stay tuned
This project is licensed under the MIT License - see the LICENSE.md file for details