A web based application to chat with your friends that supports multiple users chatting at the same time, enables location sharing etc
# Clone this repository
$ git clone https://github.com/your-username/ChatMeet.git
# Go into the repository
$ cd chat-app
# Install dependencies
$ npm start
# Run website
$ yarn run dev-server
This should launch the website on localhost:3000
.