mix star_view. dev
(star_view v0.3.4)
Copy Markdown
Starts mix phx.server with browser opening enabled.
mix star_view.dev is equivalent to:
mix phx.server --openThe opened URL is the Phoenix endpoint URL. The StarView installer configures
it to https://<otp_app>.test in config/dev.exs.
Options
--no-open- start the Phoenix server without opening the browser.
Other arguments are forwarded to mix phx.server.