Run a Vuestic app locally, install nothing besides nanobox.
# clone the code
git clone https://github.com/nanobox-quickstarts/nanobox-vuestic.git
# cd into the vuestic app
cd nanobox-vuestic
# Add a convenient way to access your app from a browser
nanobox dns add local vuestic.dev
# Run Vuestic as you would normally, with Nanobox
nanobox run yarn run dev
Visit your app at vuestic.dev
With Nanobox, you don't have to have anything installed on your machine to run your app:
# drop into a Nanobox console
nanobox run
# where node is installed,
node -v
# and your code is mounted
ls
For more details about running Vuestic apps with nanobox visit guides.nanobox.io/golang/vuestic/