40 | Get started with Bootstrap, the world’s most popular framework for building responsive, mobile-first 41 | sites, with BootstrapCDN and a template starter page. 42 |
43 |Quick start
44 |45 | Looking to quickly add Bootstrap to your project? Use BootstrapCDN, provided for free by the folks 46 | at MaxCDN. Using a package manager or need to download the source files? 47 |
48 |CSS
49 |Copy-paste the stylesheet link
into your head
before all other stylesheets to load our CSS.
51 |
JAVASCRIPT
57 |
58 | Many of our components require the use of JavaScript to function. Specifically,
59 | they require jQuery, Popper.js, and our own JavaScript plugins. Place the following script
near the end of your pages, right before the closing
61 | tag, to enable them. jQuery must come first, then Popper.js, and then our JavaScript plugins.
62 |
We use jQuery’s slim build, but the full version is also supported.
64 | 69 | 70 |Curious which components explicitly require jQuery, our JS, and Popper.js? Click the show components link below. If 71 | you’re at all unsure about the general page structure, keep reading for an example page template.
72 |