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

blitz start

Alias: blitz s

Starts the Blitz production 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

Examples

note

Make sure to run blitz build before running blitz start

blitz start
blitz start -H 127.0.0.1 -p 5632

Idea for improving this page? Edit it on Github.