#2. React를 Github Page에 업로드

Poinguinie·2021년 4월 27일
0

React_Homepage

목록 보기
2/2

코드 입력

npm install yarn
yarn build
git init
git add .
git commit -m 'commit message'
git remote add origin https://github.com/UserName/Repository
git push origin master

페이지 링크

페이지 2021.04.27 업로드

0개의 댓글