├── .gitignore ├── LICENSE ├── README.md ├── Vagrantfile └── provision-frontend.sh /.gitignore: -------------------------------------------------------------------------------- 1 | .vagrant 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akfzambrana/vagrant-box/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akfzambrana/vagrant-box/HEAD/README.md -------------------------------------------------------------------------------- /Vagrantfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akfzambrana/vagrant-box/HEAD/Vagrantfile -------------------------------------------------------------------------------- /provision-frontend.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akfzambrana/vagrant-box/HEAD/provision-frontend.sh --------------------------------------------------------------------------------