What is Webpack?
a tool that takes pieces of JavaScript and their dependencies and bundles them into a single file,
How do you add a devDependency to a package?
npm install fileName –save-dev
What is an NPM script?
specialized tools that helps automate specific tasks
How do you execute Webpack with npm run?
npm run build