An open API service indexing awesome lists of open source software.

https://github.com/le0pard/smartme_marionette_2013

SmartMe Marionette 2013
https://github.com/le0pard/smartme_marionette_2013

Last synced: 11 months ago
JSON representation

SmartMe Marionette 2013

Awesome Lists containing this project

README

          

# Demo app for smartme marionettejs 2013

## Slides

* [CoffeeScript](http://leopard.in.ua/presentations/master_classes/smartme_2013_coffeescript_and_marionette/coffeescript/index.html)
* [Marionettejs](http://leopard.in.ua/presentations/master_classes/smartme_2013_coffeescript_and_marionette/marionette/index.html)

## How to use

* Install Node.js, npm and [Ruby](http://rvm.io/)
* For tests you need [PhantomJS](http://phantomjs.org/)
* install all deps
```bash
$ npm install
$ npm install -g bower
$ bower install # answer on all 2
```
* Run by `grunt serve`, build by `grunt` or `grunt build`