A simple audience-response system in Meteor.js.
Demo: http://clicker.meteor.com
- Install Meteor - on Mac/Linux, just run the following from the command line:
curl https://install.meteor.com | /bin/sh
- Clone this repository
- Enter the directory and run
meteor
to download dependencies & start a development server
- Meteor docs
- Spacebars (Meteor's template language, a variant of handlebars)