View Source PhoenixPlayground (phoenix_playground v0.1.0)
Summary
Functions
Starts Phoenix Playground.
Functions
Starts Phoenix Playground.
This functions starts Phoenix with a LiveView (:live
), a controller (:controller
),
or a router (:router
).
Options
:live
- a LiveView module.:controller
- a controller module.:router
- a router module.:port
- port to listen on, defaults to:4000
.:open_browser
- whether to open the browser on start, defaults totrue
.