https://github.com/creativcoder/doit
Todo app using meteor and materializecss
https://github.com/creativcoder/doit
Last synced: 11 months ago
JSON representation
Todo app using meteor and materializecss
- Host: GitHub
- URL: https://github.com/creativcoder/doit
- Owner: creativcoder
- Created: 2016-02-01T16:10:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-16T18:07:54.000Z (almost 10 years ago)
- Last Synced: 2025-01-15T01:47:06.134Z (about 1 year ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Doit

A simple Todo app using Meteor Framework and materializecss and MomentJS
To run the app (cd into the repo and issue the command):
`meteor`
To run the app on an android device:
`meteor add-platform android`
`meteor run android-device` - to run on a physical device
`meteor run android` - to run on an emulator