Running Locally

Start the development server

Basic Usage

Bash
qctl run

This starts your application at http://localhost:8080.

Options

FlagDescription
--portCustom port number
--profileConfiguration profile
--debugEnable debug logging

Examples

Bash
# Custom port
qctl run --port 3000

# Development profile
qctl run --profile dev

# With debug output
qctl run --debug

Hot Reload

qctl watches for file changes and automatically reloads.

Powered by qqq