https://github.com/kastentx/meteor-todo-list
a Simple To-Do List made with Meteor and React.js
https://github.com/kastentx/meteor-todo-list
Last synced: about 2 months ago
JSON representation
a Simple To-Do List made with Meteor and React.js
- Host: GitHub
- URL: https://github.com/kastentx/meteor-todo-list
- Owner: kastentx
- Created: 2016-09-11T00:58:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-16T21:51:19.000Z (over 8 years ago)
- Last Synced: 2025-02-05T09:57:03.388Z (4 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# meteor-todo-list
a Simple To-Do List made with Meteor and React.js## To Install:
1. You must have Meteor installed locally on your system. Do that withnpm install
.
2. Clone this repo onto your local machine,cd
into themeteor-todo-list
directory and runmeteor npm install
.
3. To run, just use the commandmeteor
inside the project directory. That's it!
4. Visithttp://localhost:3000
to view the app.:]