Meteor-first-application

提供:Dev Guides
移動先:案内検索

Meteor-最初のアプリケーション

この章では、最初のMeteorアプリケーションを作成する方法を学びます。

ステップ1-アプリを作成する

アプリを作成するには、コマンドプロンプトウィンドウから meteor create コマンドを実行します。 アプリの名前は meteorApp になります。

C:\Users\username\Desktop\Meteor>meteor create meteorApp

ステップ2-アプリを実行する

*meteor* コマンドを入力して、アプリを実行できます。
C:\Users\username\Desktop\meteorApp>meteor

このコマンドはいくつかのプロセスを開始します。これは次の画像で確認できます。

Meteor First App Run

手順3-結果の確認

これで、 http://localhost:3000/ アドレスを開いて、最初のMeteorアプリの外観を確認できます。

Meteor First App Output