Skip to content

dantnog/socy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOCY

A MERN social media app

Starting with

Clone the repo and install the dependences

git clone https://github.com/dantnog/socy.git
cd socy/client
npm i
cd ../server
npm i

Make sure you have TypeScript and ts-node-dev installed

# dev (need to install for client and server)
npm install -D typescript ts-node-dev

# global (unique installation)
npm install -g typescript ts-node-dev

# same command to run on client and server
npm run dev

You will also need MongoDB