Clone the Project :https://github.com/mousoom/Chat-app.git
In the project directory, you run:
Install the dependencies in the local node_modules folder
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
It updates the local version of a repository from a remote.
List all of the branches in your repository.
Creates a branch.
Lets you navigate between the branches created by git branch.
Lets you see which changes have been staged, which haven't, and which files aren't being tracked by Git.
Adding several files to the staging area in one go.
Immediately creates a commit with a passed commit message.
Uploads local repository content to a remote repository.
Delete the specified branch locally. This is a “safe” operation in that Git prevents you from deleting the branch if it has unmerged changes.
This will push a delete signal to the remote origin repository that triggers a delete of the remote.