Starts the default endpoints or the given workers. Defaults to MyApp.Endpoint.
MyApp.Endpoint
$ mix phoenix.start $ mix phoenix.start MyApp.Endpoint MyApp.Worker1 MyApp.Worker2
Callback implementation of Mix.Task.run/1
Mix.Task.run/1
Callback implementation of Mix.Task.run/1.