https://github.com/othreecodes/meteor-todos
A Todo List App done With Meteorjs
https://github.com/othreecodes/meteor-todos
Last synced: 6 months ago
JSON representation
A Todo List App done With Meteorjs
- Host: GitHub
- URL: https://github.com/othreecodes/meteor-todos
- Owner: othreecodes
- Created: 2016-11-20T13:50:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-20T13:55:23.000Z (about 9 years ago)
- Last Synced: 2025-01-20T12:30:46.041Z (about 1 year ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meteor-Todos
A Todo List App done With Meteorjs
#Running
```sh
cd Meteor-Todos
meteor npm install
meteor
```