Skip to main content

Prerequisites

Before using Capx Compose, ensure you have:
  • Node.js 18.0.0 or later
  • npm 7.0.0 or later (or yarn/pnpm)
  • Git for version control
Use npx to run Capx Compose without installation:
This will:
  1. Download the latest version of Capx Compose
  2. Start the interactive project setup
  3. Generate your project structure
  4. Install dependencies (unless skipped)

Global Installation (Optional)

If you prefer to install globally:

Using Different Package Managers