Create a Phoenix Project
Learn how to create a simple Phoenix project.
We'll cover the following...
LiveView meets all of the interactivity and real-time needs of your average single-page app while being easy to build and maintain. The first step toward developing LiveView applications is to install Phoenix, Erlang, Elixir, Node, and Postgres. Elixir is the language we’ll be using, and Erlang is the language it’s built on. Phoenix is the web framework, while Node supports the ...