Skip to content

OpsCaptain/todos

 
 

Repository files navigation

Circle CI

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

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.5%
  • CSS 25.5%
  • HTML 10.0%
  • Shell 1.0%