This is a real-time chat application made with ReactJS, React-Router, NodeJs and Socket.io.
View Demo - TXT-MXG
Client: HTML, CSS, React, React-Router
Server: Node, Express, Socket.io
Install txt-mxg with npm
Clone the repo
git clone https://github.com/CzarCVB/txt-mxg.git
Install all the dependencies
npm install
Initiate the server
cd server
npm start
Initiate the front-end
cd client
npm start