Skip to content

MayankRaje/chatApp

 
 

Repository files navigation

chatApp

ChatApp is a project that we started to get familiar with Websockets and their implementation with Socket.IO.

The chatApp is hosted using Heroku at - https://chatapp-420.herokuapp.com


For guidelines on how to contribute, check out CONTRIBUTING.md

How to set up to contribute to the project

It is recommended that you install and use Git Bash for commands in the following instructions.

  1. Fork the GitHub repository. image

  2. Copy and clone your fork's URL using the git clone [URL] command.
    Copy -
    image
    Clone -
    image

  3. Change your directory to reach chatApp folder using cd chatApp

  4. Install the required Node.js modules by running npm install (make sure you have Node.js installed on your system) image

  5. After having installed the required Node.js modules, to finally run the project on your system, run the command node index.js in the chatApp directory in Git Bash.
    image
    this signifies that the project is running.

  6. In your browser, open the URL localhost:8080 from the address bar to see the chatApp in its glory.
    image

Open the folder in your choice of editor to edit and make changes to the project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.6%
  • CSS 31.2%
  • HTML 20.2%