--- layout: docs title: Introduction description: Get started with Bootstrap, the world's most popular framework for building responsive, mobile-first sites, with BootstrapCDN and a template starter page. group: getting-started aliases: - "/docs/4.3/getting-started/" - "/docs/getting-started/" - "/getting-started/" toc: true --- ## Quick start Looking to quickly add Bootstrap to your project? Use BootstrapCDN, provided for free by the folks at StackPath. 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. {{< highlight html >}} }}" integrity="{{< param "cdn.css_hash" >}}" crossorigin="anonymous"> {{< /highlight >}} ### JS Many of our components require the use of JavaScript to function. Specifically, they require our own JavaScript plugins and [Popper.js](https://popper.js.org/). Place the following ` {{< /highlight >}} If you use `