
IDEATION
“All of the sudden we can see and show others something that is concrete and meaningful (at least to us) yet extremely accessible and easy to change.”



“A system is "parts making a whole"”
“Frameworks "take input spit out different output"”
Sam Richards
In Browser Dev
Pattern Lab
Yeoman
LiveStyle
Bi-Directional CSS Cap
Full Page
Screen
Edge Inspect/Live Reload



Atoms & Molecules

Organisms

Templates & Pages








Does your dirty Work
Does the scafolding
Gets what you what you need



npm install -g yo
npm install -g generator-webapp
$ bower install font-awesome --save
You can control what bower installs with Bower.json file
{
"name": "MyProject",
"version": "0.0.1",
"dependencies": {
"backbone": "latest",
"requirejs": "2.1.1"
}
}
Then
bower install
grunt serve