What is Webpack?
is a module bundler that manages all your files for the front end.
How do you add a devDependency to a package?
npm install –save-dev package name
What is an NPM script?
script that automates tasks.
How do you execute Webpack with npm run?
npm run build