How to start Meteor APP?

First of all you need a platform where you can start a Meteor APP
You can use Linux or any other platform.

If you will use Windows that you can face lots of technical issue of installation issue.

So there is very basic tutorial from where you can easily learn Meteor.

Step1: www.nitrous.io open this link and register here and login
This site provide already set up meteor environment

After login create a box and choose Node.js environment.


Now you have box somthing like this.

Click on IDE

step2: You will see somthing like this
On the left hand sidebar you will see the directory related to your app.

In the bottom you can run linux command

3. Now you need to run in the console a command which install all remaing parts of meteor app
parts install meteor

Now you can follow this link for more info

Comments