A full-stack messaging application
A Slack-like real-time messaging app with user presence and unread message detection. Uses MERN stack, web sockets, react-router, and styled-components.
- In root,
/serverand/clientdirectories, runnpm install - In root directory, run
npm run start