Live Studio is a collection of small projects designed for practice functionalities of Elixir Phoenix and LiveView, including real-time features, presence tracking, and other that are commonly used in web development.
Elixir
Phoenix Framework
Phoenix LiveView
Tailwind CSS
HTML
JS
- See the project in action.
- In this repository you have access to all the material produced.
To start your Phoenix server:
- Run
mix setup
to install and setup dependencies - Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.