#MEAN Session Two
##Tools of the trade - continued
Github
Git
- Git checkout
- Git branch
- Git push
- Gitup.co - new new app for OSX that simplifies Git branching
Other
- Google fonts
- SASS features: nesting, operators and the difference between SASS and SCSS
- Responsive design: breakpoints and images
- CSS pseudo selector: before
- CSS clearfix, sprites and animation
##Objectives
Understand the basic principles of web development and its evolution. This session will cover:
- The Chrome Web Developer tool
- Package control and Emmet for Sublime Text
- Git branching and other workflow issues
- CSS structure
- Basic JavaScript DOM manipulation
##Assignment tbd
##Essentials
git config --global user.name "username"
git config --global user.email "[email protected]"
python -m SimpleHTTPServer