Bootstrap Folder Structure Setup
📖 Scenario: You are starting a new website project using Bootstrap. To keep your project organized, you need to create the basic folder structure that holds your HTML files, CSS files, JavaScript files, and Bootstrap files.
🎯 Goal: Create a simple Bootstrap folder structure with folders named css, js, and bootstrap inside a main project folder called my-bootstrap-site.
📋 What You'll Learn
Create a main folder named
my-bootstrap-siteInside
my-bootstrap-site, create three folders named css, js, and bootstrapInside the
css folder, create an empty file named style.cssInside the
js folder, create an empty file named script.jsInside the
bootstrap folder, create two empty files named bootstrap.min.css and bootstrap.bundle.min.js💡 Why This Matters
🌍 Real World
Organizing files in a web project is like keeping your desk tidy so you can find your tools easily when building a website.
💼 Career
Web developers must organize their projects well to work efficiently and collaborate with others.
Progress0 / 4 steps