BUZZ CHAT is the chat app in which you can chat with any User who is registered in the User's Database.
- Fork the Repository
- Clone the Repository in your system using following command -
https://github.com/your_user_name/Buzz-Chat.git
- Then go to public directory using this command-
cd public
- Run this command in the terminal -
yarn install
- Now go to server directory using this command in the root directory-
cd server
- Run this command in the command in the terminal-
npm install
-
This will install all the required dependencies.
-
Now in the public directory Run the following command in the terminal-
yarn start
This will start the react app.
- And in the server directory run the following command -
npm start
This will start the server.