Skip to content

manuelalferez/chatcus

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 

A real-time chat application using React.js and Socket.IO

Installation

  1. Clone the project.

    git clone https://github.com/manuelalferez/chat.git
  2. Install packages.

    cd client 
    npm i 
    cd .. 
    cd server 
    npm i
  3. Run the server

    /server
    
    npm start 
  4. Run the client

    /client
    
    npm start 

How it looks like?

Technologies

Structure

  • client: With all the Frontend logic
  • server: Where is the server located

Contributing

We would be really happy if you decide to contribute. Please read our CONTRIBUTING.md guide before 😊

Documentation

You can learn more from the project in the wiki.

Ask me πŸ€™

You can always contact me via Telegram if you want to talk more about the project 😊

License

GNU General Public License v3.0