From the course: Bootstrap 4 with Sass

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Simple Sass Bootstrap installation

Simple Sass Bootstrap installation - Bootstrap Tutorial

From the course: Bootstrap 4 with Sass

Start my 1-month free trial

Simple Sass Bootstrap installation

- [Instructor] In order to process Bootstrap and Sass, you're going to need a build process. In this video, I'll show you how to set up a very easy to use bundler called Parcel, which will take care of everything we need for working with Sass and Bootstrap. So this is where you can find more information about it, you're also going to need, of course, to make sure that you have Git installed in your machine and you can go to this URL, and when you install Git if you're on a PC, make sure that you install Git Bash as well, it'll let you run Linux-like commands consistently. Also, you're going to need the Node package manager, cause we're using a build process, and since you're going to use the Node package manager to install things, you're going to need to download, and make sure that you have Node.js installed. So let's take a look at what it's like to install these things in a project. So what I'm going to do is create a folder here, I'll call Sass Bootstrap, and I need to go ahead…

Contents