Skip to content
Tamara Temple edited this page May 21, 2017 · 4 revisions

Welcome to the html-320-stylin-with-sass-project-files wiki!

The wiki holds the instructions for working with the project files.

Structure of Exercises

Each exercise is on two branches:

  • ex.NN.start - starting point for project
  • ex.NN.finish - a finishing point (you may decide to do something different!)

The instructions for each exercise are in the README.md file for that branch.

Working on the class files

Open the project folder in your code editor. How this is done depends upon which editor you are using, but they can all do it. It's important you work from the folder instead of using Explorer or Finder to open individual files because it's too easy to lose track of where the files are in your system.

See Opening a project in your editor for more information on this.

The Class Exercises

Each of the exercises we'll be working on is a separate git branch. At the start of each exercise, you will check out the corresponding start branch to begin working on the exercise. You can see the branches on the remote origin with the command:

git branch -r