Skip to content

a1ip/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.

Installing the beta

In order to run properly, please make sure you've installed the 1.3 beta.

meteor update --release 1.3-beta.12

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 69.6%
  • CSS 22.4%
  • HTML 8.0%