Skip to content

mu-box/quikstart-adonis

 
 

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

About

Quickstart for Adonis with Microbox

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.4%
  • CSS 4.9%
  • Nunjucks 3.7%