Browserify!

Awesome Browserify Awesome

:crystal_ball: A curated list of awesome Browserify resources, libraries, and tools.

Please help improve this list by contributing!

Contents

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 <script> tag.

Official Resources

Community Resources

Tutorials

Articles

Demos

Videos

Tools

Development Servers

Plugins

Watchers

CSS bundlers

Transforms

Node in the Browser