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
MyFirstProjectrepository
- Open the Start menu and type
turn windows features on or off. - In the Windows Features window, look for Virtual Machine Platform and Windows Subsystem for Linux. Click the checkboxes so they are selected.
- Click on OK. Wait for the wizard to install the features. You may have to restart your computer. Restart your computer.
- Go to https://git-scm.com/downloads. Click on the platform you are running.
- Follow the directions provided. Download and install the file.
- Go to https://code.visualstudio.com/ Click on the platform you are running.
- Download and install the file.
- Go to https://github.com/signup and follow the instructions.
- Go to https://www.youtube.com/watch?v=snCP3c7wXw0 and watch this video tutorial.
-
Open a terminal and type the following command.
$ mkdir ~/web-projects && cd ~/web-projects -
Then, type the following command.
$ git clone git@github.com:mwgunt/MyFirstProject.git