A Gentle Browserify Walkthrough

added by JavaScript Kicks
9/5/2014 9:16:42 AM

172 Views

CommonJS is a module format for JavaScript, widely adopted by the Node.js community and popularized by npm, the package manager that's bundled with Node. In this article you'll learn about CommonJS and how you can bring those same modules to your client-side code, using Browserify and maybe a build tool to automate your processes.


0 comments