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

https://github.com/giddyeffects/todo_meteor_react

The ToDo App done in Meteor and React
https://github.com/giddyeffects/todo_meteor_react

meteor react

Last synced: about 2 months ago
JSON representation

The ToDo App done in Meteor and React

Awesome Lists containing this project

README

        

# 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 ``

`git clone https://github.com/giddyeffects/todo_meteor_react.git `

2. Remove `.git`

`cd && rm -rf .git`

3. Learn meteor!