Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.
/ todos Public archive

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

License

Notifications You must be signed in to change notification settings

meteor/todos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

adc3d05 · Feb 25, 2021
Jun 10, 2020
Jun 10, 2020
Jan 10, 2018
Jun 12, 2016
Jun 23, 2020
Jun 10, 2020
Nov 24, 2016
Jan 5, 2016
Oct 28, 2015
Jun 12, 2016
Aug 4, 2016
Jan 5, 2016
Jun 10, 2020
Apr 25, 2016
Feb 25, 2021
Apr 4, 2016
Jun 10, 2020
Jun 10, 2020

Repository files navigation

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