Initializing a new project
Let's go to the Bootstrap website at https://getbootstrap.com. If you want to get the current release, you can just click the Download
button and do an installation. However, that's not the route we're going to take. Here, I'll show you how we're going to install Bootstrap:

So, the current version is v4.1.3, as shown in the preceding screenshot. If you've never seen this website before, there's a lot of great documentation on Bootstrap. If you go to the menu and click on Documentation
, we're going to use the Quick start
to get the code going inside of VS Code. Then, we're going to do some initialization with another tool:

The website also has a few examples regarding what you can do with Bootstrap. You can check out these examples by clicking the Examples
tab in the menu, as shown in the following screenshot:

We're going to use a tool called npm
, which is a package manager. So, if you haven't worked with package managers, the way they work is that you mainly use them...