Mix.Tasks.Phoenix.Start

Starts the router or a given worker. Defaults to MyApp.Router

$ mix phoenix.start
$ mix phoenix.start MyApp.AnotherRouter

Summary

run(list1)

Callback implementation of Mix.Task.run/1

Functions

run(list1)

Callback implementation of Mix.Task.run/1.