This is a web application supporting real-time chatting after user-authentication.
- React JS
- CSS
- FireBase
Install the Node Package Manager
$ sudo snap install node --classic --channel=10
$ npm install nodemon -g
Fork this repo and clone it
$ git clone https://github.com/<Your User Name>/w-chatting.git
Open the folder w-chatting and install the dependencies
$ npm install
Run the application
# In the w-chatting folder
$ npm start