Awesome Browserify 
:crystal_ball: A curated list of awesome Browserify resources, libraries, and tools.
Please help improve this list by contributing!
:crystal_ball: A curated list of awesome Browserify resources, libraries, and tools.
Please help improve this list by contributing!
Browserify lets you require('modules') in the browser by bundling up all of your dependencies.
You can use a node-style require() to organize your browser code and load modules installed by npm. Browserify will recursively analyze all the require() calls in your app in order to build a bundle you can serve up to the browser in a single <script> tag.
Dev server for rapid prototyping.
Local development server that aims to make using browserify fast and fun.
Super minimal browserify development server.
Hot Module Replacement plugin for Browserify.
Watch mode for browserify builds.
Wrapper around `browserify` to make incremental builds.
Modular CSS bundler for browserify.
Add css to your npm modules consumed with browserify.
Browserify plugin to load CSS Modules.
Browserify transform for babel.
Remap require calls at build time.
`fs.readFileSync()` and `fs.readFile()` static asset browserify transform.
Port of node's `crypto` module to the browser.
The `stream` module from node core, for browsers!
The `buffer` module from node.js, for the browser.
Write browser JavaScript programs using modules from NPM.