Browserify!
# Awesome Browserify [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) > :crystal_ball: A curated list of awesome [Browserify](https://github.com/substack/node-browserify) resources, libraries, and tools. Please help improve this list by [contributing](contributing.md)! ## Contents - [About](#about) - [Official Resources](#official-resources) - [Community Resources](#community-resources) - [Tutorials](#tutorials) - [Articles](#articles) - [Demos](#demos) - [Videos](#videos) - [Tools](#tools) - [Development Servers](#development-servers) - [Plugins](#plugins) - [Watchers](#watchers) - [CSS Bundlers](#css-bundlers) - [Transforms](#transforms) - [Node in the Browser](#node-in-the-browser) - [Production Tools](#production-tools) ## About 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 `