Can anyone give me a quick rundown of how to do this? This is more a “I don’t know what I don’t know” thing, so I’m having a bit of difficulty getting started.
Basically, I want to learn Bootstrap, not just how to use the classes but also how to customize the themes. It appears I also need to learn SASS to do this, so why not add that to the list? I like to work locally, so ideally this would involve downloading all relevant assets and how to hook them up to the html (you can tell by the terminology I don’t know what I’m doing).
I have successfully used CDNs, but I was hoping to keep things local–also it doesn’t look like you can customize things as well with CDNs (or maybe I’m wrong?).
I use VS Code and am comfortable using NPM. I’m hoping to eventually use Bootstrap to style some React apps I’m creating.
I see lots of tutorials for absolute beginners and using CDNs and what col-sm-12 means, but I’m more trying to figure out the setup at this point.
bootstrap is a library, you need to import it. And that means using the CDN, or having a file that contains it inside your project (you would still need to import it in your html file, you just have also the source there and not online)