This document covers how to use browserify to build modular applications. このドキュメントではbrowserifyを使った、モジュール・アプリケーションの作り方について紹介します。 browserify is a tool for compiling node-flavored commonjs modules for the browser. browserifyとはNodeで採用されている、CommonJSモジュールをブラウザで利用できるようにコンパイルを行うツールです。 You can use browserify to organize your code and use third-party libraries even if you don't use node itself in any other

