English 中文(简体)
Meteor - First Application
  • 时间:2024-09-08

Meteor - First Apppcation


Previous Page Next Page  

In this chapter, we will learn how to create your first Meteor apppcation.

Step 1 - Create the App

To create the app, we will run the meteor create command from the command prompt window. The apps name will be meteorApp.

C:UsersusernameDesktopMeteor>meteor create meteorApp

Step 2 - Run the App

We can run the app by typing the meteor command.

C:UsersusernameDesktopmeteorApp>meteor

This command will start several processes, which can be seen in the following image.

Meteor First App Run

Step 3 - Verify the Result

Now, we can open the http://localhost:3000/ address to see how our first Meteor App looks pke.

Meteor First App Output Advertisements