Run a Feathers app locally. Install nothing besides Nanobox.
# clone the code
git clone https://github.com/nanobox-quickstarts/nanobox-feathers.git
# cd into the feathers app
cd nanobox-feathers
# Add a convenient way to access your app from the browser
nanobox dns add local feathers.dev
# Run Feathers with Nanobox
nanobox run yarn start
Visit your app at feathers.dev:3030
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
# your packages are available,
yarn ls
# and your code is mounted
ls