#Putting it All Together
by @MicahGodbolt - Front-end Architect

What we'll be going over

  • Build Systems
  • Code Standards
  • Styleguide
  • Step 4
  • Profit!

###Steps to Install

Install Node from http://nodejs.org/

npm install -g grunt-cli

npm install -g bower

gem install bundler

git clone https://github.com/micahgodbolt/sass-summit-2014.git && cd sass-summit-2014

npm install

grunt

###Related Links

###Windows Users Check out issue #4 for tips on making this work on windows.