react
4. next js 프로젝트 SVN으로부터 프로젝트 Checkout 받아서 실행하기
subinpapa
2021. 12. 3. 18:04
0. Visual Studio Code > 보기 > 터미널 실행 후 아래 경로로 이동
PS D:\Workspace\REACT>
1. SVN 에서 checkout 프로젝트
Cntl + Shipt + P > SVN:Checkout
Repository URL : https://svn.mysvn.co.kr:8443/svn/React/nextjs-sample-app
폴더선택 : D:\Workspace\REACT\
폴더이름 : nextjs-sample-app-checkout
* 확인을 위해 폴더이름을 다른곳에 생성하여 chekcout 시킵니다.
2. yarn install
node_modules 에 패키지들 설치
3. yarn dev
http://localhost:3000/