Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Meteor Step by Step my first app guide? [closed]

Tags:

meteor

Has anyone seen or produced a step by step Meteor.js guide?

I'm not too familiar with Javascript but I know HTML and CSS and I'm curious how to get started messing around with Meteor.js, see how it works and what I can make with it.

I'm not sure how to edit the code thats found in the examples so I thought maybe I should ask here and see if there is any helpful links that you all could point me too.

like image 708
user1330833 Avatar asked Apr 13 '12 06:04

user1330833


People also ask

How do I start meteor app?

meteor run You can use the application by pointing your web browser at localhost:3000. No Internet connection is required. This is the default command. Simply running meteor is the same as meteor run .

How do I update my meteor version?

The easiest way is to run meteor --version inside your project folder. If you run this command outside of your project folder, it will show the Meteor version that is installed on your machine.

What is Meteor Mobile App?

Meteor or MeteorJS is one of the widely used open source JavaScript frameworks preferred by startups for their website or mobile apps. Written in the Node. js it is one of the most popular frameworks for developing cross-platform mobile apps on both iOS and Android platforms.

Is Meteor JS easy to learn?

Meteor makes developing web applications simple. It's easy to learn, and comes with a pre-built arsenal of powerful functionalities. In this article, we will walk through a detailed tutorial for building a simple real-time web application.


2 Answers

Meteor is still pretty new at the moment. There is no official guide, except the screencast wich is more like a demo. You still can browse the source code, but without understanding javascript enough, you will have to wait a little bit.

Meteor examples are very self explanatory, if you still want to get in now, read the code and try to understand by your self.

like image 171
rayfranco Avatar answered Sep 18 '22 15:09

rayfranco


Thomas Lomas has just made an great tutorial screencast: http://vimeo.com/40300075

like image 38
n1mmy Avatar answered Sep 21 '22 15:09

n1mmy