BOWER is the package manger for web projects.Using Bower We can install different library to our project.In this Demo, "
We will learn to install Bower using NPM. Followed by installing Bootstrp SCSS version and using it in a projec
t".Bower Installation is done using
npm install -g bower.Check the below screenshot.
When the Bower will installed successfully the screen will look like below.
Installation of Bootstrap component can be done using command
bower install twbs/bootstrap-sass....
Published on March 13, 2014 11:59