/statechart-presentation

Statechart presention for the 2011-5-24 Chicago SproutCore meetup

Primary LanguageJavaScript

To run the presentation:

$ bundle install
$ bundle exec showoff serve

Go to [http://localhost:9090].

The example sproutcore app is located in the car/apps/car/ directory. To run it:

$ git submodule init 
$ git submodule update 
$ cd car/
$ sc-server

Go to [http://localhost:4020/car].