A starter sandbox for famous-angular experiments. Uses require.js and is setup with modules so that it can easily be extended.
You first must have NPM (https://www.npmjs.org) installed on your system in order to fetch the node module dependencies.
$: cd /path/to/fa-sandbox
$: npm install
$: bower install
$: cd /path/to/fa-sandbox
$: grunt serve