build command, publish directory 이름이 프로젝트와 같은 지 확인하기.
2. NPX, Degit
github에 있는 파일을 터미널로 손쉽게 가져오기
// 현재경로에 다운로드
// npx degit github아이디 / 레퍼지토리 / 설치할 파일 폴더명
npx degit toproot/webpack-template-basic webpack-template-test
// 현재 빈 vscode는 끄고 새롭게 파일 열기
code . -r