From the course: Bootstrap 4 Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Creating a basic template

Creating a basic template - Bootstrap Tutorial

From the course: Bootstrap 4 Essential Training

Start my 1-month free trial

Creating a basic template

- [Instructor] In order to get things going, let's talk about the minimum template required to work with Bootstrap. In order to create a template, we have to use one of two options. We can download all the files to a local directory or we can use the CDNs. I discussed the CDNs and showed you how to download all the files in the previous videos, so make sure you take a look at that video before going on. Now, in addition to that, you're also going to need to download jQuery, which is required for Bootstrap, but doesn't come with it. Now, you can get that at this URL. For some features of Bootstrap, you're also going to need a library called Popper. You can get that at this URL. Now, finally you're going to need some code for a basic HTML document. Now, if you're just using a CDN, you'll want to go to this URL in the Bootstrap framework website and scroll all the way down to this starter template. Now, this automatically includes all of the files that you need, including the Bootstrap…

Contents