This is just a super simple example of using budo on the command line project setup.
So I had done
npm install budo -gand in this direcotry:
npm installJust 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.