Skip to content
/ todos Public
forked from meteor/todos

The example app "Todos", written following the Meteor Guide

License

Notifications You must be signed in to change notification settings

oilus19/todos

 
 

Repository files navigation

Circle CI

This is a Todos example app built on the principles described in the Meteor Guide. This app uses the module functionality introduced in Meteor 1.3, but everything else should be applicable to Meteor 1.2 as well.

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

About

The example app "Todos", written following the Meteor Guide

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.4%
  • CSS 25.5%
  • HTML 10.0%
  • Shell 1.1%