Demo code used for my Angular Geeknight.
Make sure you already have git and Vagrant installed.
$ git clone https://github.com/mwl/geeknight-angularjs --recursive
$ cd geeknight-angularjs
$ vagrant up
This will clone the angular repository and boot up a Vagrant image with the application deployed. If the above went well you can now open http://192.168.33.10/ in your favourite browser.
When done playing you proably don't want to have a VM running in the background. To shutdown the machine simply fire off
$ vagrant destroy
You can always boot up the machine again with
$ vagrant up