You can find a hosted version of the slides here.
Working app without any dependency or tooling. Add bootstrap as dependency here. Read more
Split the existing app into seperate files and use ES2015 modules to export/import the parts. Read more
Replace the existing RollupJS build with Webpack. Read more
Add a babel transpiler and the style loader as plugins. Read more
Add the esLint plugin for static code analyses Read more
Add some tests for existing and new functionality Read more