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,
/server
and/client
directories, runnpm install
- In root directory, run
npm run start