Getting Started with Bower
If you don’t already know about Bower then its a good time to spend some time learning about it. It’s a package manager built by twitter team and what actually does is managing dependencies. The description from the official website says:
Bower is a package manager for the web. It offers a generic, unopinionated solution to the problem of front-end package management, while exposing the package dependency model via an API that can be consumed by a more opinionated build stack. There are no system wide dependencies, no dependencies are shared between different apps, and the dependency tree is flat.
Recently teamtreehouse posted a nice guide on how to get started with bower and because its well written i though that it will be a good idea to suggest it to you.
Have a reading here.