This is an example applicaton build to test LiveView and Tailwind. The full tutorial can be found at
https://www.diegofreijo.com/blog/a-gentle-introduction-to-phoenix-liveview-and-tailwind/.
To run this application:
git clone https://github.com/diegofreijo/phoenix_liveview_tutorial.git
cd phoenix_liveview_tutorial
mix deps.get
mix ecto.setup
mix phx.server
or inside IEx with iex -S mix phx.server
Now you can visit localhost:4000
from your browser.