Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.19 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.19 KB

Bootstrap Code-Along

Note: This lesson and the following lessons walk through different components of Bootstrap. If you would like to follow along:

  1. Head over to this repository: https://github.com/learn-co-curriculum/bootstrap-exceptional-realty
  2. Create a fork for yourself
  3. Back on Learn.co, click Sandbox and in the terminal type:
git clone https://github.com/<your-github-account>/bootstrap-exceptional-realty

You may also do this in your own local environment, if you choose. A copy of your forked repository will appear of the fully functional exceptional realty website prior to adding any bootstrap.

<iframe width="640" height="480" src="//www.youtube.com/embed/o5UCDvaNLd8?rel=0&modestbranding=1" frameborder="0" allowfullscreen></iframe>

If you would like to maintain your progress as you follow these lessons, at the end of each lesson, make sure to push up any work you've done to your github repository:

git add .
git commit -m 'completes bootstrap code-along'
git push

View Bootstrap Code-Along on Learn.co and start learning to code for free.