This repository allows you to setup an NodeJS env using vagrant for development and testing.
git clone --recursive https://github.com/bogdanbrudiu/vagrant-nodejs.git
cd vagrant-nodejs
vagrant up
vagrant ssh
cd /vagrant/app
npm install
npm start
Open your browser to 127.0.0.1:3000 and go through your NodeJS app wizard.
This setup will install bower, gulp & mongodb.