Awesome
DEPRECATED
This repository is not used anymore as an example for Meteor projects.
Look for Meteor examples here
OLD README
This is a Todos example app built on the principles described in the Meteor Guide.
Versions
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.
Running the app
meteor npm install
meteor
Scripts
To lint:
meteor npm run lint