Bootstrap is relatively simple to install and use. This chapter will walk you through downloading and installing Bootstrap. We'll also go over the Bootstrap file structure and show you how to use it with an example.
https://getbootstrap.com/ is where you can get the most recent version of Bootstrap. When you click on this link, you will be directed to a screen with two buttons.
Throughout the lesson, we will utilise a precompiled version of Bootstrap for better comprehension and convenience of use. You don't have to worry about providing distinct files for individual functionality because the files have been compiled and minified. The most recent version (Bootstrap 3) was downloaded at the time of authoring this tutorial.
Precompiled Bootstrap
Extract the ZIP file containing the built version of Bootstrap once it has been downloaded. Computed CSS and JS (bootstrap.*) and compiled and minified CSS and JS (bootstrap.min.*) are the two types of CSS and JS files. The optional Bootstrap theme is supplied, as are Glyphicons fonts.
If you downloaded the Bootstrap source code, the following is the file structure:
|