Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.83 KB

File metadata and controls

31 lines (22 loc) · 1.83 KB

WEB 231 Enterprise JavaScript I

Address: 1000 Galvin Rd S, Bellevue, Nebraska 68005 - Directions

Web Development Degree

Repository Overview

The starter files for weekly assignments and chapter exercises are located in the data-files folder. Each folder is named js{chapter}. Where {chapter} is the chapter number of the current week's assignments. For example, let's say I am working on week one's chapter exercise and programming assignment, I would look in the folder named js01.

There are two ways to access the content in this repository: download the entire repository as a ZIP file or clone it. Below outlines each approach.

ZIP File

  1. Click on the "Green" code button in the middle of the screen.
  2. Select "Download ZIP".
  3. Extract the downloaded ZIP file and save it to a location on your computer that is easy to remember.

Git Clone

  1. Open a new terminal window.
  2. Navigate to a location on your computer where you want to save the repository.
  3. Click on the "Green" code button in the middle of the screen.
  4. Select the HTTPS tab and copy the URL.
  5. In your terminal window enter git clone {URL}; where URL is the URL you copied from step 4. Make sure you remove the curly braces ({}) before pasting the URL.

Another options is to enter the clone command directly in a new terminal window:

cd buwebdev
git clone https://github.com/buwebdev/web-231.git