Setting up your project and requirements
For this project, you'll use Bootstrap CLI again as it helps you to create a setup for your project comfortably. Bootstrap CLI requires you to have Node.js and Gulp already installed on your system.
Now create a new project by running the following command in your console:
bootstrap new
Enter the name of your project and choose the An empty new Bootstrap project. Powered by Panini, Sass and Gulp template. Now your project is ready to start with your design work. However, before you start, let's first go through the introduction to Sass and the strategies for customization.