What is Webpack?
a static module bundler for JS applications
How do you add a devDependency to a package?
npm install <package> --save-dev</package>
What is an NPM script?
convenient way to bundle common shell commands
How do you execute Webpack with npm run?
npm run build <file></file>