Skip to content

Realtime Chat app using Socket.IO + Node.js on backend and ReactJS on frontend

Notifications You must be signed in to change notification settings

vinisioux/realtime-chat-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Chat realtime w/ TypeScript + MongoDB + ReactJS

GitHub top language Stars

🚀 Technologies

This project is being developed using the following technologies:


🎯 How To Run

To clone and run this application, you'll need Git, Node.js + Yarn and MongoDB installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/ViniciusLeonardovky/realtime-chat-typescript.git

# Go into the repository
$ cd realtime-chat-typescript/

# Go into backend
$ cd backend

# Install dependencies
$ yarn install

# Start the backend server
$ yarn dev:server

# On another terminal, go to the frontend folder
$ cd ../frontend

# Install dependencies
$ yarn install

# Start the frontend server
$ yarn start

About

Realtime Chat app using Socket.IO + Node.js on backend and ReactJS on frontend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published