Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 892 Bytes

README.md

File metadata and controls

43 lines (34 loc) · 892 Bytes

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