# grape_demo **Repository Path**: mirrors_dblock/grape_demo ## Basic Information - **Project Name**: grape_demo - **Description**: Just playing with grape - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Testting out Grape, Backbone, and CoffeeScript together So I've already written an extensive BackboneJS application, but that was ~1.5 years ago and I've just forgotten it all by now. I also didn't use CoffeeScript back then, so this is an opportunity for me to put together an example using the pair. Finally, I want to pursue using Grape for APIs so that's going in here as well. ## Development Install coffee-script: npm install -g coffee-script That obv. assumes you already have node installed. Next, tell it to watch the coffee files in coffee/lib and compile them in public/javascript: coffee -o public/javascript -cw coffee/lib