# Create a new application

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

$ npm install -g create-react-app
$ create-react-app react-streaming-chart
$ cd react-streaming-chart
$ npm start --open