What you’ll learn

Installation and Tool Setup

NodeJS

Mac/Linux

Windows

Yarn

If you’re unfamiliar with how to use a package manager I would recommend installing Yarn, an alternative to the built-in Node Package Manager.

  1. Install Yarn using NPM This is quickly done by using the below command:

    npm install --global yarn
    
  2. Restart

  3. Test to see if it works

    yarn --version
    

Git

If you’re using Linux then it’s likely that GIT is probably already installed.

On windows and mac you can install it by downloading and installing the executable/app, here.

Git