What is Webpack?
A tool that lets you bundle your JavaScript applications. It can support images, fonts, stylesheets.
How do you add a devDependency to a package?
after npm install (package name), you also into a –save-dev
What is an NPM script?
aliases for packages.
How do you execute Webpack with npm run?
npm run build