Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 days 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 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-06T18:25:27.000Z (over 10 years ago)
- Last Synced: 2023-03-24T08:12:01.331Z (over 1 year ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 0
- Watchers: 1
- 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!![programming_languages_meteor](https://cloud.githubusercontent.com/assets/1606004/3488293/bd401880-04d9-11e4-93e1-022882b0901e.png)
## 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