Skip to content
/ todos Public
forked from meteor/todos

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

Notifications You must be signed in to change notification settings

rodcisal/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 from the upcoming Meteor 1.3, but everything else should be applicable to Meteor 1.2 as well.

Scripts

To lint:

npm install -g eslint babel-eslint
eslint .

Pass the --quiet flag to ignore warnings.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.2%
  • CSS 21.2%
  • HTML 8.6%