--- 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 redirect_from: - "/docs/" - "/docs/4.3/" - "/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]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/download/). ### CSS Copy-paste the stylesheet `` into your `
` before all other stylesheets to load our CSS. {% highlight html %} {% endhighlight %} ### 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 ` {% endhighlight %} If you use `