준비물

  1. Visual Studio Code
  2. node.js https://nodejs.org/ko/download

Untitled


  1. vs code에서 터미널 오픈(단축어 ctrl + `)
  2. git clone (프로젝트복사)
git clone <https://github.com/potenday-sara/sara-frontend.git>
  1. 생성된 폴더(sara-frontend) 이동
cd sara-frontend
  1. develop repo로 이동 및 프로젝트 실행
git switch develop
git pull origin develop
npm install --force
npm run start