meteor / todos

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATED

This repository is not used anymore as an example for Meteor projects.

Look for Meteor examples here

OLD README

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

License:Other


Languages

Language:JavaScript 63.4%Language:Less 25.5%Language:HTML 10.0%Language:Shell 1.0%