What is Webpack?
a tool that bundles your javascript files/modules
How do you add a devDependency to a package?
npm install –save-dev
What is an NPM script?
a way to bundle shell commands.
a command that you can use to execute multiple command line commands
How do you execute Webpack with npm run?
npm run build