Chat with React, NodeJS, MongoDB and Socket.io
First clone the repository:
# Clone this repository
git clone https://github.com/Windows87/react-chat
# Go into repository
cd react-chatStart the react app:
# Go into react app
cd front-end
# Install dependencies
npm install
# Start
npm startAnd start the server:
# Go into server
cd back-end
# Install dependencies
npm install
# Start
npm start

