Contents

<aside> 💡 All the code shown in this tutorial lives in this git repo branch **https://github.com/pkd2512/codeschool-webdev/tree/bs-demo**

</aside>

Introduction

Bootstrap is a powerful front-end framework that lets you make simple responsive websites with basic understanding of HTML, CSS and Javascript. We will go through the documentation and implement some standard page elements right out-of-the-box.

Bootstrap

Set up Bootstrap in the Hello World website

If you are using the package for your static dev environment, you can include the CSS and JS files as standard links in your index.html file. Your index.html will look something like this.

However, we will continue to build on our existing website that was build using Node and Parcel.

Parcel

yarn add bootstrap