Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.21 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.21 KB

Vuestic with Nanobox

Vuestic from scratch

Run a Vuestic app locally, install nothing besides nanobox.

Clone the repo

# clone the code
git clone https://github.com/nanobox-quickstarts/nanobox-vuestic.git

# cd into the vuestic app
cd nanobox-vuestic

Run the app

# 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

Check it out

Visit your app at vuestic.dev

Explore

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

Now What?

For more details about running Vuestic apps with nanobox visit guides.nanobox.io/golang/vuestic/