Course
Skills Expanded
Creating JavaScript Modules with Browserify
This course introduces the Browserify module loader for JavaScript. In this course, we will learn how to use Browserify to define code modules when building a web application.
What you'll learn
This course introduces the Browserify module loader for JavaScript. In this course, we will learn how to use Browserify to define code modules when building a web application. We will also discuss the structure of CommonJS modules, and how Node.js handles module loading, since these concepts are central to how Browserify works. Unit testing with Browserify will also be demonstrated.
Table of contents
Getting Started with Modules and Browserify
5mins
Defining and Requiring Modules
21mins
Easing the Development Process
16mins
Using Transforms and Plugins
12mins
Unit Testing Browserify Modules
16mins