반응형
범위
#1.0 Project Setup
터미널로 깃허브 프로젝트 설정
GitHub: Where the world builds software
GitHub is where over 73 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat...
github.com
repository 만들어 주기
그 다음 터미널로 파일 복제할 곳 설정 후 비주얼 스튜디오 코드 열어주기
GitHub Desktop으로 열어도 됨
아니면 그냥 VSC 열어서 File - Open Recent - paintjs
파일 만들어 놓고 시작하기
타이틀 설정
파일들 연결해주기
git add .
git commit -m "Initial Commit"
터미널로 깃에 commit하기
깃에 push
git push origin main
터미널로 깃에 push해주기
반응형
'노마드 코더 - 초급 > 바닐라 JS로 그림판 만들기' 카테고리의 다른 글
Array.from / forEach / NodeList, HTMLCollection, Array 차이점 (0) | 2022.03.07 |
---|---|
Canvas Context 공부 (0) | 2022.03.06 |
콜백함수 / addEventListener / offset과 client값 (0) | 2022.03.04 |
html 태그 단축키 / 버튼 all: unset; / 버튼 클릭 효과 / <input type="range" /> (0) | 2022.03.04 |
Reset CSS / HTML에 스타일 주기 / Shadow (0) | 2022.03.04 |