Skip to content

tylrtnguyen/realtime-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevConnector

Build Status

A chat application built with the MERN stack

🚀 Quick start

  1. Install Node.js using NVM.

    nvm install node
  2. Install dependencies

    cd frontend
    npm install
    cd ..
    cd backend
    npm install
  3. Start development sever

    Your site is now running at http://localhost:3000!

    cd backend
    npm run dev

💫 Build and Deploy for Production

  1. Build a optimized version for production
    npm run build

Releases

No releases published

Packages

No packages published

Languages