Skip to content

Chat Real-Time para troca de mensagens com usuário do github

License

Notifications You must be signed in to change notification settings

JonasCastro/real-time-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-time-Chat

Demo

⚙️ Technologies

🏁 To run the project:

  1. Make a clone (git clone) of this repository;
  2. Enter the cd real-time-Chat folder;

Backend

  1. Enter the cd backend folder;
  2. Run yarn to install the dependencies;
  3. Run yarn start to start the server.

Web

  1. Enter the cd front folder;
  2. Run yarn to install the dependencies;
  3. Run yarn start to start the server.