This is a Todos example app built on the principles described in the Meteor Guide. This app uses the module functionality from the upcoming Meteor 1.3, but everything else should be applicable to Meteor 1.2 as well.
This version (the master) branch uses the Blaze rendering library, with code written in ES2015 JavaScript.
The react branch implements the same application using React
The coffeescript branch implements this (the Blaze) version of the app in CoffeeScript.
Note that attempts will be made to keep the branches up to date but this isn't guaranteed.
npm install
meteorTo lint:
npm run lint