Skip to content

Windows87/react-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Chat

Chat with React, NodeJS, MongoDB and Socket.io

Screenshots

To use

First clone the repository:

# Clone this repository
git clone https://github.com/Windows87/react-chat
# Go into repository
cd react-chat

Start the react app:

# Go into react app
cd front-end
# Install dependencies
npm install
# Start
npm start

And start the server:

# Go into server
cd back-end
# Install dependencies
npm install
# Start
npm start

About

Chat with React, NodeJS, MongoDB and Socket.io

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published