What Applications Do I Install As A New Meteor Web Developer (Or My Hard Drive Failed And I'm Starting Over)

Colin

It started with a crash. On Tuesday October 21, 2014 my SSD hard drive on my mac catastrophically failed. After a day at the Apple store, and one generous "genius", my mac was back in business (minus all my applications and developer tools). Rather than install one of my backups from time machine, I decided it's a great opportunity to start fresh and share what, how, and why I install and use the applications as a Meteor web developer.


image credit (ifixit)

So without further ado, here is my reference guide to follow to get your Mac ready for Meteor Web Development:

My Machine:

Applications:

Productivity / Everyday Tools

Web Developer Tools

Command Line Tools (as of October 23, 2014)

Install these via the command line (terminal). If your computer yells at you, try adding "sudo" in front of the commands. "sudo" is telling your computer to use the master account. 

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

brew install node

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

Web Services

And that's it ... for now. 

Expect a follow up series to this about "Getting Started with Meteor: The Differential Way"