Skip to content

stevenkeezer/mern-chatapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Env Variables

Create a .env file in then root and add the following

MONGO_URI = your mongodb uri

Install Dependencies (frontend & backend)

npm install
cd client
npm install

Run

# Run frontend (:3000) & backend (:5000)
npm run dev

Build & Deploy

# Create client prod build
cd client
npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages