jineecode
react 실행, git hube에 연동하기. 본문
터미널을 열고 npm start 를 입력하면 창이 뜬다.
1. git init
2. 깃허브에 레포지토리 만들기
3. git remote add origin (만들어진 주소)
4. git add .
5. git commit -m "내용"
6. git push origin master
'JS > react' 카테고리의 다른 글
react of component (0) | 2021.02.11 |
---|---|
react의 골격 (0) | 2021.02.11 |
react 01 (0) | 2020.12.07 |
react 설치하기 (0) | 2020.12.04 |
React (1) | 2020.12.04 |
Comments