Pines Sample for Phoenix LiveView

https://devdojo.com/pines

Install languages

Install a development language using asdf.

awk '{system("asdf plugin-add " $1)}' .tool-versions
asdf install

Start Phoenix server

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000/live from your browser.