Browserify Tutorial - How to Use Browserify to Modularize Your Code
Channel:
Subscribers:
58,000
Published on ● Video Link: https://www.youtube.com/watch?v=5uO4uMUEbSQ
Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com
In this Browserify Tutorial, we introduce a JavaScript tool that allows developers to modularize their code by bundling up all their dependencies for the browser. We explain how Browserify works while we walk through some code examples.
Watch this video to learn:
- What is Browserify
- The advantages of using Browserify
- Some deficiencies it presents and possible alternatives
Other Videos By Fullstack Academy
Tags:
Browserify
Browserify Tutorial
modules
bundle dependencies
How to Use Browserify