Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.01 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.01 KB

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