Blitz is in beta! 🎉 1.0 expected in Q3 this year
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
--inspectEnable the Node.js inspectorfalse

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.