Meteor Night School #2: MacBook Setup for Web Development

Colin
Setup anyone's Mac setup to learn web development (with Meteor specifically)

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

brew install node

curl https://install.meteor.com/ | sh