Alias: blitz d
Starts the Blitz development server.
| Option | Shorthand | Description | Default | 
|---|---|---|---|
--hostname | -H | Set the hostname to use for the server. | "localhost" | 
--port | -p | Set the port you'd like the server to listen on. | 3000 | 
--no-incremental-build | Disable incremental build and start from a fresh cache | false | 
blitz dev
blitz dev -p 4000