Browser-require lets you write javascript using "require", "exports" and "module" in the browser, just as you would in node. It helps you with your dependency management, and provides a compiler to condense all your required modules into a single file for production.
16 comments
Browser-require.js brings "require" to the browser (just like node) | Heykuki News