Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.47 KB

File metadata and controls

37 lines (27 loc) · 1.47 KB

Tutorial Guide

This markdown file will guide you throughout the tutorial process.

  • 1. Setup Windows Subsystem for Linux
  • 2. Install Git (and Git Bash)
  • 3. Install Visual Studio Code
  • 4. Create GitHub account
  • 5. Setup SSH with GitHub
  • 6. Create MyFirstProject repository

1. Setup Windows Subsystem for Linux

  1. Open the Start menu and type turn windows features on or off.
  2. In the Windows Features window, look for Virtual Machine Platform and Windows Subsystem for Linux. Click the checkboxes so they are selected.
  3. Click on OK. Wait for the wizard to install the features. You may have to restart your computer. Restart your computer.

2. Install Git (and Git Bash)

  1. Go to https://git-scm.com/downloads. Click on the platform you are running.
  2. Follow the directions provided. Download and install the file.

3. Install Visual Studio Code

  1. Go to https://code.visualstudio.com/ Click on the platform you are running.
  2. Download and install the file.

4. Create GitHub account

  1. Go to https://github.com/signup and follow the instructions.

5. Setup SSH with GitHub

  1. Go to https://www.youtube.com/watch?v=snCP3c7wXw0 and watch this video tutorial.

6. Create MyFirstProject repository

  1. Open a terminal and type the following command.
    $ mkdir ~/web-projects && cd ~/web-projects

  2. Then, type the following command.
    $ git clone git@github.com:mwgunt/MyFirstProject.git