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-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