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 / Manager

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.

Additional Resources

Make sure that you are familiar with how to use the command prompt for your operating system. Here are some quick starts for the command line for Mac and the command line for Windows if you need a review.