Address: 1000 Galvin Rd S, Bellevue, Nebraska 68005 - Directions
Web Development Degree
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.
- Click on the "Green" code button in the middle of the screen.
- Select "Download ZIP".
- Extract the downloaded ZIP file and save it to a location on your computer that is easy to remember.
- Open a new terminal window.
- Navigate to a location on your computer where you want to save the repository.
- Click on the "Green" code button in the middle of the screen.
- Select the HTTPS tab and copy the URL.
- 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