Skip to content

sajal-123/MERN-Project-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Snappy - Chat Application

Snappy is chat application build with the power of MERN Stack.

Installation Guide

Requirements

git clone https://github.com/sajal-123/MERN-Project-1
cd chat-app-react-nodejs

Now rename env files from .env.example to .env

cd public
mv .env.example .env
cd ..
cd server
mv .env.example .env
cd ..

Now install the dependencies

cd server
yarn
cd ..
cd public
yarn

We are almost done, Now just start the development server.

For Frontend.

cd public
yarn start

For Backend.

cd server
yarn start

Done! Now open localhost:3000 in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published