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
- Host: GitHub
- URL: https://github.com/nitya/meteor-projects
- Owner: nitya
- Created: 2015-02-06T16:51:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-12T17:20:54.000Z (over 10 years ago)
- Last Synced: 2025-02-09T06:14:06.091Z (4 months ago)
- Language: JavaScript
- Size: 5.66 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-PartiesAttempt to deconstruct and reconstruct the leaflet-parties example from scratch, to learn how Leaflets works (and reuse for other map-based app projects)