How to Create a Basic Elixir Phoenix LiveView Application: Revision history

Jump to: navigation, search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

27 March 2023

26 March 2023

  • curprev 06:2806:28, 26 March 2023Admin talk contribs 3,667 bytes 0 No edit summary
  • curprev 06:2706:27, 26 March 2023Admin talk contribs 3,667 bytes +63 No edit summary
  • curprev 06:0606:06, 26 March 2023Admin talk contribs 3,604 bytes +3,604 Created page with "'''Before You Begin''' {{Phoenix-Installation-Required}} ==What you will do== * Create a new Phoenix application instance * Create a route that points to a LiveView Page * Create a basic LiveView page and render text to the browser that says "Hello World". ==Create the App== Select a directory, open a terminal and type: <syntaxhighlight> mix phx.new app </syntaxhighlight> This creates a new phoenix application named "app". The terminal will prompt you to download..."