This pull request is to allow for developers to use Vagrant instead of having to get their local environment setup properly. Here are the commands necessary in order to make sure that this works properly.
vagrant up
vagrant ssh
cd /vagrant
npm install
bower install
grunt serve
From here, you should be able to go on your local machine, and bring up the website by hitting http://localhost:9000
This pull request is to allow for developers to use Vagrant instead of having to get their local environment setup properly. Here are the commands necessary in order to make sure that this works properly.
From here, you should be able to go on your local machine, and bring up the website by hitting http://localhost:9000