Bradley Braithwaite
1 import {
2 Learning,
3 JavaScript,
4 AngularJS
5 } from 'Brad on Code.com'
6 |
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.

on
on javascript, nodejs

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.

SHARE
Don't miss out on the free technical content:

Subscribe to Updates

CONNECT WITH BRADLEY

Bradley Braithwaite Software Blog Bradley Braithwaite is a software engineer who works for search engine start-ups. He is a published author at pluralsight.com. He writes about software development practices, JavaScript, AngularJS and Node.js via his website . Find out more about Brad. Find him via:
You might also like:
mean stack tutorial AngularJS Testing - Unit Testing Tutorials