MERN-chat-app is a realtime chat application built with React, Redux, Express, SocketIO and MongoDB.
Install frontend dependencies
cd frontend
npm install
// start server
npm start
Install backend dependencies
cd backend
npm install
// start server
npm start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.