A Tooling Explainer
Task Runners
Transpilers
Module Bundlers
All I wanted to do was build a web page... :(
These tools give you superpowers
Package Managers
Package Managers
Package Managers
Task Runners
Task Runners
Recipes
Transpilers
Transpilers
Turn one thing into another thing
that the browser can understand
Module Bundlers
Module Bundlers
Manage your dependencies: no more endless <script> tags
Include other filetypes locally
babel src/index.js --out-file dist/compiled.jsnode-sass --output-style compressed -o dist/css src/scsspostcss --use autoprefixer *.css -d build/grunt dev:watchnpm startBut wait... there's more!