--- layout: docs title: Introduction description: Get started with Bootstrap, the world's most popular framework for building responsive, mobile-first sites, with jsDelivr and a template starter page. group: getting-started aliases: - "/docs/5.0/getting-started/" - "/docs/getting-started/" - "/getting-started/" toc: true --- ## Quick start Looking to quickly add Bootstrap to your project? Use jsDelivr, a free open source CDN. Using a package manager or need to download the source files? [Head to the downloads page]({{< docsref "/getting-started/download" >}}). ### CSS Copy-paste the stylesheet `` into your `
` before all other stylesheets to load our CSS. ```html }}" rel="stylesheet" integrity="{{< param "cdn.css_hash" >}}" crossorigin="anonymous"> ``` ### JS Many of our components require the use of JavaScript to function. Specifically, they require our own JavaScript plugins and [Popper](https://popper.js.org/). Place **one of following ` ``` #### Separate If you decide to go with the separate scripts solution, Popper must come first (if you're using tooltips or popovers), and then our JavaScript plugins. ```html ``` #### Modules If you use `