# Create a new application

Install the Angular CLI (opens new window), and create a new project named angular-streaming-chart. Then, go to the project directory and launch the application. You should see the app running at http://localhost:4200/ (opens new window) in your browser.

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