- Curriculum Overview
- Introductions
- What are Frameworks?
- Tools
- Practice
- Take Home
The framework we will be using in this class is Bootstrap. As described on their site, "Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web." This means you can download or link it and use it to quickly build out sites with pre-made components that will look great on any platform. To learn more about frameworks in general, you can go here.
cat ~/.ssh/id_rsa.pub | clip
cd [folder]
cd ..
ls
ls -al (mac)
dir (windows)
git status
MOST COMMON:
git add [file] or .
git commit -m "my commit message"
git push
git push -u origin branch_name (first time you push to a new branch)
git clone [link to repo]
git pull
git checkout -b branch_name
git merge branch_name
Click here to access the practice repository then follow these steps: