Browserify - mmedrano9438/peripheral-brain GitHub Wiki

Browserify is an older tool designed to aid in front-end development. It enables you to organize your JavaScript code using the CommonJS module system. It also allows you to use npm modules on the browser side. In comparison to Browserify, Webpack is more powerful and feature-rich