LiveView Studio
Installation
-
Set up the project:
mix setup
-
Fire up the Phoenix endpoint:
mix phx.server
-
Visit
localhost:4000
from your browser.
App Generation
This app was generated using:
mix phx.new live_view_studio --live
Code for https://online.pragmaticstudio.com/courses/liveview/one_page (with some fixes)
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