Running Locally
Start the development server
Basic Usage
Bash
qctl runThis starts your application at http://localhost:8080.
Options
| Flag | Description |
|---|---|
--port | Custom port number |
--profile | Configuration profile |
--debug | Enable debug logging |
Examples
Bash
# Custom port
qctl run --port 3000
# Development profile
qctl run --profile dev
# With debug output
qctl run --debugHot Reload
qctl watches for file changes and automatically reloads.