CLI Usage
Installation
The dalva CLI is included when you install the backend dependencies:
Server Commands
dalva server start
Start production server (builds frontend, serves from single port):
dalva server start # Auto-detect port starting from 8000
dalva server start --port 8080 # Specify port
dalva server start --no-reload # Disable auto-reload
dalva server dev
Start development mode with hot reload (separate ports):
Use this when working on frontend React components with hot reload enabled.