Search⌘ K
AI Features

Create a Phoenix Project

Explore how to create a new Phoenix project configured with LiveView for real-time web interfaces. Understand the role of Elixir, Erlang, Node, and Postgres in this setup. Follow step-by-step instructions to install dependencies, generate the project, configure the database, and launch the server to view your running application.

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 ...