cd client/
git init
git remote add origin 주소
git fetch
브랜치 없으면 git checkout -b 브랜치이름
브랜치 존재하면 git switch feature/#5
git pull origin dev (최신 것 각각)
yarn
cd server/
git init
git remote add origin 주소
git remote -v
git fetch
git pull origin main
yarn
git init
하고 시작!

마지막: yarn (nodemon 깔고)-> npm run dev
주의: 주기적으로 server에서도 git pull origin main해서 업데이트 하기
http://localhost:3001/
csr vs ssr 공부하고 잠