Skip to content

bluemittens505/mean-session3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

#MEAN Session Three

##Assignment tbd

##Tools of the trade - continued

Github

git init
git add .
git commit -m 'message here'
git push -u origin master
git branch version2
git checkout version2

git config --global user.name "username"
git config --global user.email "you@email.com"

Git

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 jQuery. This session will cover:

  • jQuery effects on the page (DOM manipulation - menus and accordion)
  • The problem with jQuery for SPAs (Single page applications)
  • The Chrome Web Developer tool
  • Package control and Emmet for Sublime Text
  • Git branching and other workflow issues

##Essentials

python -m SimpleHTTPServer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published