Skip to content

nanobox-quickstarts/nanobox-feathers

Repository files navigation

Feathers from Scratch with Nanobox

Feathers from Scratch with Nanobox

Run a Feathers app locally. Install nothing besides Nanobox.

Clone the Repo

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

# cd into the feathers app
cd nanobox-feathers

Run the App

# 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

Check it Out

Visit your app at feathers.dev:3030

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

# your packages are available,
yarn ls

# and your code is mounted
ls