Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 323 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 323 Bytes

message-app

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.

Setup

  1. In root, /server and /client directories, run npm install
  2. In root directory, run npm run start