Check out my online course: AngularJS Unit Testing in-depth with ngMock.
Running a Node.js Library on the Front-End with Browserify
Taking a node.js library and making it work on the client using Browserify.
Bradley Braithwaite
on
on
on
A new tutorial is available that details how to use Browserify to create a JavaScript library that runs on both server and browser. It covers the configuration with NPM and Bower for package management, in addition to using Browserify and the code itself!
It covers:
- How to install and use browserify
- How to use browserify with Grunt to package and minify files
- How to install and use Bower for front-end package management
- How to publish and manage a bower package
See the tutorial: Running a Node.js Library on the Front-End with Browserify.