# アプリケーションを新たに作成する

Angular CLI (opens new window) をインストールし、angular-streaming-chart というプロジェクトを作成します。そして、プロジェクトディレクトリに移動し、アプリケーションを起動します。ブラウザ上の http://localhost:4200/ (opens new window) にてアプリが動作しているはずです。

$ npm install -g @angular/cli
$ ng new angular-streaming-chart
$ cd angular-streaming-chart
$ ng serve --open