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 repositorycd react-chatStart the react app:
# Go into react appcd front-end
# Install dependencies
npm install
# Start
npm startAnd start the server:
# Go into servercd back-end
# Install dependencies
npm install
# Start
npm start

