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

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

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