A simple real-time chat application built using the MERN stack.
This repository is structured for a Next.js + Express + Socket.io chat application.
-
Clone the repository:
git clone git@github.com:depi-convo/convo.git cd convo -
Install dependencies:
bun install
-
Start the app:
bun dev
-
Start the server:
bun server
Now, the server should be running! 🚀