깃허브 프로젝트 초기셋팅
npx create-react-app westagram-project
Default setting //
2-1. npm install react-router-dom --save // React Router 설치
2-2.npm install node-sass@4.14.1 --save // Sass 설치
.eslintcache // .eslintcache 파일 .gitignore에 추가
git add.
git commit -m"Add: 초기셋팅 완료"
git remote add origin 깃허브주소
=> 연결 완료