https://github.com/itsjwala/usual-todo-app
learning Meteor using simple todo application
https://github.com/itsjwala/usual-todo-app
blaze meteor mongodb todo todoapp todolist
Last synced: 4 months ago
JSON representation
learning Meteor using simple todo application
- Host: GitHub
- URL: https://github.com/itsjwala/usual-todo-app
- Owner: itsjwala
- Created: 2018-04-02T04:47:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T15:52:20.000Z (over 6 years ago)
- Last Synced: 2025-01-13T01:37:08.459Z (5 months ago)
- Topics: blaze, meteor, mongodb, todo, todoapp, todolist
- Language: JavaScript
- Size: 15.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo App
learning Meteor using simple todo application and persistence using mongodb## Prerequisite
> Have meteor installed from [here](https://www.meteor.com/install)## Installation
### Clone the Repository
``` bash
git clone https://github.com/jigarWala/usual-todo-app.git
```### Install Packages
```bash
cd usual-todo-app
meteor npm install
```### Run the app
```bash
meteor
```