2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【入門】Angular QuickStart Step3 に沿ってアプリケーションをサーブしてみる

Posted at

今回は
【入門】Angular QuickStart Step2 に沿って 新規プロジェクトを作成してみる
に 続けて

クイックスタート

の Step 3: アプリケーションをサーブする を 実施して行きます。

** Step 3: アプリケーションをサーブする
Step2で すでに my-appに移動しているのでカレントディレクトリを確認して実行

$ pwd
/Users/*******/angular/my-app
$ ng server --open
** NG Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
 11% building modules 9/9 modules 0 aDate: 2018-04-29T02:16:36.131Z           a Hash: 409b18273aa90b0fcf7c                    
Time: 11639ms
chunk {inline} inline.bundle.js (inline) 3.85 kB [entry] [rendered]
chunk {main} main.bundle.js (main) 17.9 kB [initial] [rendered]
chunk {polyfills} polyfills.bundle.js (polyfills) 554 kB [initial] [rendered]
chunk {styles} styles.bundle.js (styles) 41.5 kB [initial] [rendered]
chunk {vendor} vendor.bundle.js (vendor) 7.43 MB [initial] [rendered]

webpack: Compiled successfully.

** NG Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
指示通り ブラウザで http://localhost:4200/ を開く

スクリーンショット 2018-04-29 11.52.06.png

順調に表示できました。

次は Step 4: Angularコンポーネントを編集する です

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?