About

React-Chat-App is a react application developed for users to chat in one place. Inorder to chat, the user must Signin first.

You can try the application here: Chat-App

Installation

1. Clone this repository using:

git clone https://github.com/rohangawhade/React-Chat-App.git

2. Move into the directory:

cd React-Chat-App

3. Remove .lock files if any present in the repository
4. Add the required configurations in App.js
5. Open terminal and to install necessary modules run

yarn

6. To start the application run

yarn start