TIL #16 git 프로젝트 초기셋팅

henry·2021년 3월 4일
0
post-custom-banner

깃허브 프로젝트 초기셋팅

  1. npx create-react-app westagram-project

  2. Default setting //
    2-1. npm install react-router-dom --save // React Router 설치
    2-2.npm install node-sass@4.14.1 --save // Sass 설치

  3. .eslintcache // .eslintcache 파일 .gitignore에 추가

  4. git add.

  5. git commit -m"Add: 초기셋팅 완료"

  6. git remote add origin 깃허브주소

  1. git push orgin master

=> 연결 완료

0개의 댓글