Installing the package
npm install -g browserify
If our app main JS file is app.js, then running the command will create one
bundle.js
file
browserify app.js > bundle.js
by Valeri Tandilashvili
4 years ago
NPM
packages
0
Pro tip: use ```triple backticks around text``` to write in code fences