-
Set up the project:
mix setup
-
Fire up the Phoenix endpoint:
mix phx.server
-
Visit
localhost:4000
from your browser.
This app was generated using:
mix phx.new live_view_studio --live
Phoenix app for LiveView Studio. Full free course at https://pragmaticstudio.com/phoenix-liveview
Elixir
Set up the project:
mix setup
Fire up the Phoenix endpoint:
mix phx.server
Visit localhost:4000
from your browser.
This app was generated using:
mix phx.new live_view_studio --live