Setup your Macbook for Front End Development

A guide to setting up your development environment.

Iterm

Fish

Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Node

  1. Open the Terminal app and type brew install node.
  2. To see if Node is installed, type node -v in Terminal. This should print the version number so you’ll see something like this v8.17.0
  3. To update node, just enter this brew upgrade node

Git

brew install git

VScode

  1. ESlint
  2. Prettier
  3. npm

Dimensions

The Great Suspender

--

--

Javascript Developer

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store