mix star_view.server (star_view v0.3.11)

Copy Markdown View Source

Starts mix phx.server with browser opening enabled.

mix star_view.server is equivalent to:

mix phx.server --open

The StarView installer configures the URL as https://<otp_app>.test:4001 in config/dev.exs.

Options

  • --no-open - start the Phoenix server without opening the browser.

Other arguments are forwarded to mix phx.server.