Learn how to setup Bootstrap locally in an HTML project. We'll first use Bootstrap's compiled files via a CDN (content delivery network), and then we'll setup a build tool called Parcel and install Bootstrap via NPM, which is Node's package manger. Once we have that in place, we'll import Bootstrap's Sass files and go over the process of updating Bootstrap's Sass variables.
Timestamps
0:00 Intro
0:55 Setup blank HTML page
2:43 Add Bootstrap via CDN
7:05 Add NPM package.json file
7:58 Install Parcel bundler
8:47 Install Bootstrap via NPM
13:48 Setup Sass imports
15:10 Test Sass variable and map overrides