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
- Host: GitHub
- URL: https://github.com/giddyeffects/todo_meteor_react
- Owner: giddyeffects
- Created: 2017-02-28T16:23:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T16:30:20.000Z (over 8 years ago)
- Last Synced: 2025-04-13T09:12:25.642Z (about 2 months ago)
- Topics: meteor, react
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.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!