Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.4 Installing Dependencies with Bower

The last of the three Yeoman friends is Bower. This utility allows you to manage front-end Javascript dependencies with little to no effort. Much like the Gemfile in Ruby, Bower offers a configuration file that allows you to specify what you need for your project.

In this lesson, you’ll learn how to install Javascript libraries in your project using Bower.