What is Webpack?
tool that bundles JS applications/modules and puts them into a main.js
How do you add a devDependency to a package?
npm install –save-dev
What is an NPM script?
shortcut commands that runs a code that we installed on devDependencies and other npm registry files
How do you execute Webpack with npm run?
npm run build