본문 바로가기
React

[React] git repository 만들기

by 꿈나무 김땡땡 2020. 7. 25.

에디터

  1. 에디터 > 터미널 > git init
  2. 깃허브 > 저장소 만들기 > title : movie_app_2020
  3. 에디터 > 터미널 > git remote add origin https://github.com/grace-kimm/movie_app_2020
 

grace-kimm/movie_app_2020

React JS Fundamental Course (2020 Version). Contribute to grace-kimm/movie_app_2020 development by creating an account on GitHub.

github.com

4. 에디터 > 터미널 > git commit -m "1.0 Creating your react app"

5. 에디터 > 터미널 > git push origin master

6. 깃허브 > refresh 해서 확인

'React' 카테고리의 다른 글

[React] Map Recap  (0) 2020.07.27
[React] Dynamic Component Generation (다이나믹 컴포넌트 만들기)  (0) 2020.07.27
[React] Reusable Component 만들기  (0) 2020.07.27
[React] Component 추가하기  (0) 2020.07.26
[React] App Setup  (0) 2020.07.25

댓글