Personal Portfolio Website! Created in MERN stack. Feel free to inspect the code or reach out to me! https://silva-chris.vercel.app/ Set up: fork then clone the repository in your favored IDE
cd client
npm install
cp example.env .env
follow instructions inside of .env
cd ../server
npm install
cp example.env .env
follow instructions inside of .env
cd ../client
npm run dev
Frontend running on Port 5173
open another terminal
cd server
npm run dev
Server now running on port 3000
Youre all set!