budo
About budo
Budo is a development server based on browserify.
Installing budo
You can install budo with npm.
In most cases you'll install it as a development dependency:
npm install --save-dev budo
You can also save it as a global dependency:
npm install --global budo
This will make it available as a command no matter where you are in your file system.
Resources
Newsletter
Join the Writing JavaScript newsletter
A weekly newsletter about exploring and advancing the craft of JavaScript, Node, and related technologies. Published on Tuesdays.