What is browserify?
"browser-side require() the node way"
browserify is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 354.0 KB on disk.
Installation Guide
# Install via NPM
npm install browserify
# Install via Yarn
yarn add browserify