nanobox-quickstarts / nanobox-adonis

Quickstart for Adonis with Nanobox
Mozilla Public License 2.0
9 stars 4 forks source link
adonis adonisjs developer-tools getting-started hacktoberfest javascript javascript-framework nanobox nodejs nodejs-framework

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