JavaScript

Backbone.Validation with Chaplin and CoffeeScript

Any sizable web application needs validation. Doing it yourself is for the birds, so I wanted to incorporate a backbone plugin to help solve the problem. For this example I chose to use Backbone.Validation. Start with a basic framework. Brunch Application Assembler is a great way to bootstrap these projects.