An open API service indexing awesome lists of open source software.

https://github.com/nitya/meteor-projects

Exploring Meteor Projects
https://github.com/nitya/meteor-projects

Last synced: 2 months ago
JSON representation

Exploring Meteor Projects

Awesome Lists containing this project

README

        

# Meteor Projects

Collection of projects exploring Meteor, starting with standard examples

## Discover Meteor

Walkthrough of the [Discover Meteor book example](https://book.discovermeteor.com/). This version of code corresponds to book version 1.7.2 (changelog: Dec 5, 2014)

## ToDos

Meteor 1.0 compliant standard example for a production quality web app. To create this from scratch use
```
meteor create --example todos
```

## LocalMarket

Meteor 1.0 compliant standard example for a production quality mobile market ready appTo create this from scratch use
```
meteor create --example localmarket
```
## Leaflet-Parties

Attempt to deconstruct and reconstruct the leaflet-parties example from scratch, to learn how Leaflets works (and reuse for other map-based app projects)