Skip to content

Jameem/chat-room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zea Chat

Zea Chat is a browser based chat application where users can create and join chat rooms. Chat fuctionality is fulfilled by the socket.io library.

Dependencies

Install these prerequisites to follow along,

Step 1. Clone the project

git clone https://github.com/Jameem/chat-room.git

Step 2. Install dependencies

$ cd chat-room
$ npm install

Step 3. Run the Application

$ npm run dev Visit this URL in your browser: http://localhost:3000