This is just a super simple example of using budo on the command line project setup.
So I had done
npm install budo -g
and in this direcotry:
npm install
Just to install d3 which is a dependency in package.json
then on command line
budo .
And it will print to the console where your project is getting served.