-
Install Git
- Mac Users
- Open terminal using
command+space
to open Spotlight and typeterminal
into the search field - Type
git
and download anything if there are prompts. Otherwise, you should see a usage guide.
- Open terminal using
- Windows Users
- Download and install git from git-scm.com
- Mac Users
-
Install Node.js LTS from nodejs.org
-
Install Visual Studio Code from code.visualstudio.com
-
Windows users: we will only be covering unix-style and not Windows cmd window commands. Please run
git bash
to have a unix-like terminal window. See this article for information on how to run the git bash inside of Visual Studio Code.