Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 769 Bytes

README.md

File metadata and controls

39 lines (34 loc) · 769 Bytes

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