mix star_view. server
(star_view v0.3.5)
Copy Markdown
Starts mix phx.server with browser opening enabled.
mix star_view.server is equivalent to:
mix phx.server --openThe 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.