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!!!???