Before we get started, you'll want to do the following to get your Mac ready. This mostly involves using your terminal.
- Install Brew, a package manager for OSX. We’ll be using this to install the essentials.
- The above should also install the OSX command line tools that come with Xcode, but in some cases you might want to do this on your own.
- Using brew you'll want to
brew install nvm yarn
- Once nvm is installed we need to do a few things: