2022-01-09

MINBOK·2022년 1월 9일
0

Study

목록 보기
1/12

Git에 repo연결

git init
git add *
git commit -m 'first commit'
git remote add origin https:~
git push -u origin master

React project Github 배포

https://velog.io/@byjihye/react-github-pages

// 흰 화면만 나오는 문제가 발생함

무한반복 슬라이드 만들기

https://im-developer.tistory.com/97

0개의 댓글