/ParseTodosBackboneRequirejsGrunt

The Parse Todos example app converted to use RequireJS and Grunt via Yeoman.

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

Parse Todo JS Example Using RequireJS

As an exercise to learn too many things all at once, I took the Parse Todos example app and converted to use RequireJS. The application structure was generated using Yeoman and the generator-backbone. I included the RequireJS to break the example in to more managable pieces for me to learn and understand. I also included the Twitter Bootstrap CSS option because I wanted to see how that worked with everything, hence the need for Ruby and the Bundler gem to install compass

Original README

This is a sample application that showcases the Parse JavaScript SDK. It's based on the canonical Backbone Todo app.

View the live application hosted on Parse here.

Learn how we built it in the tutorial.

Getting Started

git clone git@github.com:gdagley/ParseTodosBackboneRequirejsGrunt.git
cd ParseTodosBackboneRequirejsGrunt
gem install bundler
bundle install
npm install -g yo
bower install
grunt server

Open your browswer (grunt may have done it for you) to http://localhost:9000