ThisisthemostbasicformofBootstrap:precompiledfilesforquickdrop-inusageinnearlyanywebproject.WeprovidecompiledCSSandJS(`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). [source maps](https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Bundled JS files (`bootstrap.bundle.js` and minified `bootstrap.bundle.min.js`)include[Popper](https://popper.js.org/), but not [jQuery](https://jquery.com/).
The`scss/` and `js/` are the source code for our CSS and JavaScript. The `dist/` folder includes everything listed in the precompiled download section above. The `site/docs/` folder includes the source code for our documentation, and `examples/`ofBootstrapusage.Beyondthat,anyotherincludedfileprovidessupportforpackages,licenseinformation,anddevelopment.