Skip to content

Instantly share code, notes, and snippets.

@milose
Last active August 9, 2017 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save milose/24c79832e99e7f2d2d84cb1b63bd5067 to your computer and use it in GitHub Desktop.
Save milose/24c79832e99e7f2d2d84cb1b63bd5067 to your computer and use it in GitHub Desktop.

Javascript30 Start-up Tools

Install Atom editor

Download

Install XCode Command Tools

xcode-select --install

Install Homebrew

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

Update homebrew

brew update

Install node

brew install node

Install standard

npm install standard --global
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment