This quick demo was built by following this tutorial with some refactoring.
Prerequisites are node and npm. To install dependencies, clone repo and run
npm install
To bundle assets run
npm run bundle
and finally start the web server locally with
npm start
Visit localhost:3000 to observe chart rendering real time data.