Famous-Angular Sandbox

A starter sandbox for famous-angular experiments. Uses require.js and is setup with modules so that it can easily be extended.

Installation

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

Running the web-server (with live-reload)

$: cd /path/to/fa-sandbox
$: grunt serve