- Download and install VirtualBox https://www.virtualbox.org/
- Download and install Vagrant https://www.vagrantup.com/
Run ./setup.sh
from terminal
Start the vagrant instance
vagrant up
Once that's started, you can connect via SSH using
vagrant ssh
Start the local node script
cd /vagrant && npm start
Access the local instance from your host web browser at http://localhost:8080