Follow @AdamTuliper
In this episode of Web.Dev, Adam looks at what NPM and Bower Are.
NPM is a package manager that can service both node.js packages as well as other non-node js packages.
Bower is a package manager traditionally geared for front end development.
Learn what the differences between the two of them are, when you might use one over the other, the syntax to use both of them and finally learn how they are both used from a command line or Visual Studio.