/todo_meteor_react

The ToDo App done in Meteor and React

Primary LanguageJavaScript

simple-todo in MeteorJS and React

My implementation of the Todo App tutorial from https://www.meteor.com/tutorials/react/creating-an-app.

Installation

  1. Clone this repo to <yourapp>

git clone https://github.com/giddyeffects/todo_meteor_react.git <yourapp>

  1. Remove .git

cd <yourapp> && rm -rf .git

  1. Learn meteor!