WDD 430: Web Full-Stack Development

Setup: Development Environment

Overview

This setup activity will prepare you with the development tools and services necessary to complete the assigned activities and projects in the course.

All of these tools and services are free to use for the duration of the course. You do NOT need to purchase any software or services nor provide a credit card to complete this course.

Instructions

Code Editor

Version Control: Git

Hosting: GitHub

Server Environment

Package Manager

Command Line

Make sure that you are familiar with how to use the command line interface for your operating system.

Reference: 📑 MDN: Command line crash course

Serverless Platform

  1. Vercel
    • Sign up for a Vercel account using your GitHub account [Continue with GitHub]
    • Verify your email address
    • Install the Vercel CLI by opening a terminal (Mac) or CMD prompt/PowerShell (Windows) and typing npm i -g vercel

    You will be deploying an application to Vercel later in the course.