A MERN social media app
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