Skip to content

manuelalferez/chatcus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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