공부기록/웹 개발

부트스트랩을 설치하는 방법 , CDN

_우지 2021. 12. 28. 06:36

BootstrapCDN을 복사하여 붙여넣습니다.

https://getbootstrap.com/docs/5.1/getting-started/introduction/

 

Introduction

Get started with Bootstrap, the world’s most popular framework for building responsive, mobile-first sites, with jsDelivr and a template starter page.

getbootstrap.com

 

그렇다면, 지금부터 CDN이 무엇인지 알아보겠습니다.

CDN

Content Delivery Network

예를 들어 client가 부산, server가 서울이라고 합시다. 

이 경로를 통해 웹사이트에 있는 html, css, javascript

파일을 다운로드 할 것입니다.

CDN이 있다면, 웹페이지에서 엑세스 포인트를 대구에 두어서,

더 빠르게 필요한 정보를 로드 할 수 있게됩니다.

 

 

부트스트랩 Document에 접속해서 Starter template를 사용하면 더 편하게 초기세팅을 할 수 있습니다.