Skip to content

nanobox-quickstarts/nanobox-adonis

Repository files navigation

Adonis from Scratch with Nanobox

Adonis from Scratch with Nanobox

Run a Adonis app locally. Install nothing besides Nanobox.

Clone the Repo

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

# cd into the adonis app
cd nanobox-adonis

Run the App

# Add a convenient way to access your app from the browser
nanobox dns add local adonis.dev

# Run Adonis with Nanobox
nanobox run yarn run dev

Check it Out

Visit your app at adonis.dev:3333

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