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
- Host: GitHub
- URL: https://github.com/le0pard/smartme_marionette_2013
- Owner: le0pard
- Created: 2014-02-14T19:24:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-15T16:48:31.000Z (over 12 years ago)
- Last Synced: 2025-04-10T17:00:27.385Z (about 1 year ago)
- Language: CoffeeScript
- Homepage: http://www.smartme.com.ua/workshops/razrabotka-veb-prilozheniy-s-ispolzovaniem-coffeescript-i-backbonejs-0
- Size: 138 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`