Dev Environment Setup

You will need a computer at home in order to complete this class (sorry, iPads or other tablets won’t work). If you do not have a computer, please contact Prof Stein as soon as possible.

Below are instructions on how to set up the development environment we will be using depending on the operating system of your computer. If you do not know which operating system your computer is using, also contact Prof Stein.

The main things we are installing are:

  • Visual Studio Code (VS Code) which is our code editor
  • NVM and Node
  • Git

Overall Process

How to Set up You Home Dev Environment

This is an overview of the process for setting up a dev environment on your personal computer. Above are versions of this that you should use depending on your operating system. This is a generic version we can talk about in class.

Total Time Needed :

2

Hours

30

Minutes

Required Tools:

– A Computer.

Steps to Set up Your Development Environment:

Step 1: Install Visual Studio Code

VS Code is the code editor we will use in class. It’s free, cross platform and integrates well with what we are doing.

Step 1: Command Line

The command line is an important part of the web developers toolkit and is the interface for a number of tools we will use to help make our sites. It’s built in to Linux and macOS and will require a few steps on Windows or Chrome OS.

Step 2: Install NVM

This is the Node Version Manager and will be used to install Node (next step).

Step 3: Install Node

Node is a handy tool that gives you access to a lock of command line developer tools. If you have ever seen a tutorial that started “It’s easy just npm install myThingy” and had no idea what that really meant, this will let you do that.

Step 4: Install Git

Git is the version control system we will use and the most popular one in the industry.

Step 4: Integrate Command Line with VS Code

On Windows and macOS, you will take an extra step to make sure VS Code uses the same command line you updated or installed earlier.