What is Webpack?
webpack bundles your JS application by automatically building your dependency graph based on what is imported and exported
How do you add a devDependency to a package?
npm instal –save-dev
What is an NPM script?
a CLI command that you can automate
How do you execute Webpack with npm run?
You set up the webpack in the script - then npm run and then the string name of the script you put