How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "epino/mean-box"
config.vm.box_version = "1.11"
end
vagrant init epino/mean-box \
--box-version 1.11
vagrant up
This version was created almost 8 years ago.
A simple development box used for MEAN applications.