mix serum.server (serum v1.5.1) View Source
Starts the Serum development server.
mix serum.server [(-p|--port) PORT]
This task builds the current Serum project at a temporary directory, and
starts the development server. The server uses the port 8080
by default.
Options
-p(--port)
(integer): Use a specific port instead of8080
. This is useful when the default port is not available for use.