Installation of Bootstrap
Installation Steps-:
Step1-: Firstly we have to Download the Windows installer from Nodejs.
Step2-:Run the installer.
(you downloaded in the previous step).
Step3-:Installing
(click the NEXT button of many times and accept the default installation settings).
Step4-:Test it.
you have Node and NPM installed by running simple commands to see what version of each is installed:-
Test Node-:node -v
Test Npm-:npm -v
Step5-: Now,we go to the official website of Bootstrap.(getboostrap.com)
Step6-:Download the link in this official webite then copy the link & go to the command prompt then paste this link.
BootstrapCDN
*CDN support for Bootstrap’s CSS and JavaScript.
*BootstrapCDN purpose is to deliver cached version of Bootstrap’s compiled CSS and JS to your project.
Download BootstrapCDN-> Download the BootstrapCDN getbootstrap.com we have go to the official website then copy the link & paste the link in your project.
* CSS-> Download the BootstrapCDN we have go to the official website then copy the CSS link & paste the link in your project.
* JS-> Download the BootstrapCDN we have click the official website getbootstrap.com then copy the JS link & paste the link in your project.
*JS, Popper.js, and jQuery -> Download the BootstrapCDN we have go to the official website getbootstrap.com then copy the Popper.js & & jQuery link then paste the link in your project.