Wouldn't it be nice to have a module system that mirrored Node, but in your browser? The simple “require” statements to load another file and use it's functionality… the ability to write complete applications that never once touch or pollute the global namespace in JavaScript!
With Browserify, you can have CommonJS modules – the format used by Node – in your browser!
In this series, you'll learn the basics of using Browserify to build module-based applications for your browser. You'll see what it takes to get the modules packaged together for the browser, how to debug browserified modules and more! And as a bonus, you'll see a complete development workflow that includes Browserify as well as way to work with ES6 modules and have them compiled with Browserify!
Series Episodes
-
Introduction To Browserify
(10:19)
-
Debugging Browserify Modules
(7:06)
-
Re-Browserifying Code w/ Watchify
(4:44)
-
A NodeJS, Web Dev Workflow
(19:44)
-
ES6 Modules, Part 2 (LIVE!)
(23:18)