Skip to content

Latest commit

 

History

History

README.md

API Monorepo Starter Kit

A dedicated AdonisJS monorepo starter with an API backend and a frontend workspace.


✨ What's in the Box

  • API backend workspace in apps/backend (AdonisJS + authentication + Tuyau)
  • Frontend workspace in apps/frontend (intentionally empty, bring your own framework)
  • Monorepo tooling with Turborepo and workspaces for coordinated scripts

🚀 Quick Start

npm init adonisjs@latest -- -K=api-monorepo

Then from your generated project:

# Install dependencies
npm install

# Run all workspace development scripts
npm run dev

📁 Workspaces