FrontEnd

HTTPS 상에서 Front-end 페이지 테스트

Dean83 2022. 3. 24. 22:49

* 웹 프론트앤드 개발시, 테스트할 서버가 필요함. 경우에 따라 https 연결이 필요할 때가 있음. 
   GitHub을 사용하면, 손쉽게 테스트 가능함. 

1. GitHub 회원 가입 및 로그인
2. Repository 생성
3. Owner 선택 -> Repository name에 Owner.github.io 입력


4. Github Desktop 설치
     - https://desktop.github.com/
5. Clone을 통해 방금 생성한 Git을 로컬과 연동
6. index.html을 포함하여, 코드들을 git에 업로드
7. https://repository주소 (예 : https://3park.github.io) 접속시, index.html 내용이 출력됨.