This AdonisJS starter has been made using pnpm create adonisjs@latest
and demonstrate how to use Nuxt UI Pro in an AdonisJS application using Inertia.js.
Make sure to install the dependencies:
pnpm install
Start the development server on http://localhost:3333
:
pnpm dev
Build the application for production:
pnpm build
Locally preview production build:
pnpm preview