htmlcssbootstrap-5bootstrap-sass

difference between Installing bootstrap and including its recommanded files to html file


I'm a beginner in web development and i'm confused,i'm learning Bootsrap by doing a project (develop a portfolio with bootstrap and Sass), the problem is described as follow: 1- we installed nodejs 2- we used the npm to install some packages (Sass / and Bootstrap) 3-while beginning the project, we included the bootstrap js file in the html file in which we are working

this is the file:

The question is , why did we need to implement this file while we were already installed Bootsrap, i think that the installation does the job and no nead to further implementations??!!!

is there any differences between implementation and installation, and what the installation of bootstrap really do!!!???


Solution

  • You install packages to have access to their functions and sometimes their css code to use them in your projects . For example you install bootstrap you actually download it's minified css file so you need to import that css in your project and use it's classes for elements .