daveeel / todos

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Running the app

npm install
meteor

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


Languages

Language:JavaScript 69.9%Language:CSS 21.4%Language:HTML 8.7%