Blitz is now in beta! 🎉 1.0 expected this April
Back to Documentation Menu

blitz dev

Alias: blitz d

Starts the Blitz development server.

Options

OptionShorthandDescriptionDefault
--hostname-HSet the hostname to use for the server."localhost"
--port-pSet the port you'd like the server to listen on.3000
--no-incremental-buildDisable incremental build and start from a fresh cachefalse

Examples

blitz dev
blitz dev -p 4000

Idea for improving this page? Edit it on Github.