basic meteor scaffold
1. Clone project
git clone https://github.com/FBurner/hr_hackathon_sandbox.git
2. Install Meteor
curl https://install.meteor.com/ | sh
3. Switch to directory
cd hr_hackathons_sandbox
4. Install necessary meteor plugins
meteor add coffeescript stylus mquandalle:jade
5. Run application
meteor
###Coffeescript Converter
Converts Javascript to Coffeescript
###Basic Stylus Syntax
http://stylus-lang.com/try.html
###Jade Template Engine
For Operating Systems other than Linux watch here: