Angular
Setting Up An Angular Environment

Installing Homebrew

PRO

When it comes time to install things like Git, Node, Mongo, and others, we can usually find an installation wizard. While a wizard may be the easiest way to install these items, it can also cause issues down the road. Homebrew is a package manager for Mac that does the heavy lifting for us. With it we can install and upgrade these packages easily, and the nice part is we won't have to mess with configuration after the fact :)

 

I finished! On to the next chapter