serum v1.4.1 Serum.DevServer View Source
The Serum development server.
Link to this section Summary
Functions
Starts the Serum development server.
Link to this section Functions
Link to this function
run(dir, port)
View Sourcerun(binary(), pos_integer()) :: Serum.Result.t(pid())
Starts the Serum development server.
This function returns {:ok, pid}
on success where pid
is a process ID of
a supervision tree for the Serum development server.