Meteor: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→Sites) |
(→Sites) |
||
Zeile 13: | Zeile 13: | ||
* [http://projectricochet.com/blog/meteor-js-performance#.UeZff8WHGsp Improving Meteor performance] | * [http://projectricochet.com/blog/meteor-js-performance#.UeZff8WHGsp Improving Meteor performance] | ||
* http://www.discovermeteor.com/ - book | * http://www.discovermeteor.com/ - book | ||
+ | |||
+ | ==Commands== | ||
+ | * meteor create myapp | ||
+ | * meteor (start the server) | ||
==Videos== | ==Videos== | ||
* https://www.youtube.com/user/meteorvideos | * https://www.youtube.com/user/meteorvideos |
Version vom 5. August 2013, 18:58 Uhr
Sites
- http://www.eventedmind.com/ - Video Episodes
- http://meteorhacks.com/ - Meteor Hacks and Tricks by Arunoda
- https://www.meteor.com/blog/ - Blog
Smart Packages
- z-mongo-admin - a zero-config, Django Admin-like Mongo Admin for Meteor
Tutorials
- http://www.ibm.com/developerworks/web/library/wa-meteor/index.html
- Improving Meteor performance
- http://www.discovermeteor.com/ - book
Commands
- meteor create myapp
- meteor (start the server)