simple-todo in MeteorJS and React
My implementation of the Todo App tutorial from https://www.meteor.com/tutorials/react/creating-an-app.
Installation
- Clone this repo to
<yourapp>
git clone https://github.com/giddyeffects/todo_meteor_react.git <yourapp>
- Remove
.git
cd <yourapp> && rm -rf .git
- Learn meteor!