Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1 KB

README.md

File metadata and controls

17 lines (10 loc) · 1 KB

Intro to Web Development - Setup

Overview

Web Development is an area of development which doesn't require very much setup, at least initially. All you need is a text editor and a browser.

For our purposes, we'll be using:

  • Visual Studio Code
  • Google Chrome

Installation

Intro to Web Development will require Visual Studio Code. If you're already familiar with a (programming) text editor, go ahead and keep using it, but anybody who isn't should install VS Code.

Download and install the latest release for your OS.

For testing of our code and web development tools, we'll be using Google Chrome, which has great Developer Tools built in. Go ahead and install the latest version. Once again, if you're already familiar with the developer tools on another browser(such as Firefox Developer Edition), you may using it.