What is Webpack?
It's a tool that bundles together many JavaScript files into one A module bundler (a module is a file)
How do you add a devDependency to a package?
npm install –save-dev
What is an NPM script?
A command that can be triggered to run from the command line
How do you execute Webpack with npm run?
With a build script