Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/meteor/todos

The example app "Todos", written following the Meteor Guide
https://github.com/meteor/todos

Last synced: 8 days ago
JSON representation

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

Lists

README

        

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

Look for Meteor examples [here](https://github.com/meteor/examples)

## OLD README
[![Circle CI](https://circleci.com/gh/meteor/todos.svg?style=svg)](https://circleci.com/gh/meteor/todos)

This is a Todos example app built on the principles described in the [Meteor Guide](http://guide.meteor.com/structure.html).

## Versions

This version (the `master`) branch uses the [Blaze](http://guide.meteor.com/blaze.html) rendering library, with code written in ES2015 JavaScript.

The [`react`](https://github.com/meteor/todos/tree/react) branch implements the same application using [React](http://guide.meteor.com/react.html)

The [`coffeescript`](https://github.com/meteor/todos/tree/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

```bash
meteor npm install
meteor
```

### Scripts

To lint:

```bash
meteor npm run lint
```