These are the slides from my talk at the 2016 International Workshop on Structure in Graphs and Matroids.
npm install --global bower
npm install
bower install
npm run webpack
This will create assets/bundle.js. Open index.html in a browser.
You can use the following command to start a server that will automatically recompile the slides when the code is edited.
npm run webpack:server
Then open localhost:4008 in a browser