https://github.com/pmuens/programming-languages-meteor
A sample application to demonstrate the basics of Meteor
https://github.com/pmuens/programming-languages-meteor
Last synced: 5 months ago
JSON representation
A sample application to demonstrate the basics of Meteor
- Host: GitHub
- URL: https://github.com/pmuens/programming-languages-meteor
- Owner: pmuens
- Created: 2014-03-10T13:17:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-06T18:25:27.000Z (over 11 years ago)
- Last Synced: 2025-02-17T10:47:56.310Z (8 months ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programming Languages
A sample application to demonstrate what one can do with Meteor!
## What is this?
This is the source code for the sample application I've ([Twitter](https://twitter.com/pmmuens) / [GitHub](https://github.com/pmuens)) live-Coded when giving a presentation about Meteor at the "[Webentwickler Paderborn](http://webentwickler-paderborn.de)" meetup on [march 10th 2014](http://webentwickler-paderborn.de/events/2014-03-10.html).You can read along the commit messages to get an overall understanding of how Meteor works.
## How can I start this thing?
1. Install Meteor with `$ curl https://install.meteor.com/ | sh` on your machine
2. Clone the repository
3. Open up a terminal
4. `cd` into the root path of the repository
5. Type `meteor`
6. Enjoy