View Source mix serum.server (serum_md v1.6.6)
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.