1.깃 저장소를 로컬에 clone하기
git clone https://github.com/KW-FINDVIBE/BackEnd.git 2.package.json을 통해서 필요한 모듈 다운로드 (client , server폴더에서 모두 진행)
npm install 3.다운받은 모듈 업데이트
npm update - front build하기
yarn build - back-end ( 나중에 명령어로 켜지게 할 예정 )
yarn server - localhost:5000