> curl https://raw.github.com/creationix/nvm/master/install.sh | sh
> source ~/.bash_profile # or .profile or .bash_rc
> nvm install 0.10.23
> nvm use 0.10.23
> node -v
> npm -v
> npm install -g grunt-cli
> npm install -g yo
> npm install -g bower
npm install -g git+ssh://git@github.com:eventbrite/generator-frontend
> npm install -g express # this is optional
> express my-new-app
> cd my-new-app/public
> yo frontend:init
> npm install # installs all packages
> npm build
> yo frontend:jsmodule js/apps/events/views/add.js
> What is this [ItemView, CollectionView, ... ?]: Layout
> Mixins?: withStickitMarionette
> Done!