No description
Find a file
2024-02-15 21:09:45 +01:00
.idea Add account 2024-02-13 20:37:24 +01:00
assets Found solution to override transport of LiveView 2024-02-13 22:22:56 +01:00
config Add account 2024-02-13 20:37:24 +01:00
lib Add account 2024-02-13 20:37:24 +01:00
priv Add account 2024-02-13 20:37:24 +01:00
test Add account 2024-02-13 20:37:24 +01:00
.formatter.exs second commit 2024-02-13 20:16:34 +01:00
.gitignore second commit 2024-02-13 20:16:34 +01:00
.tool-versions second commit 2024-02-13 20:16:34 +01:00
mix.exs Add account 2024-02-13 20:37:24 +01:00
mix.lock Add account 2024-02-13 20:37:24 +01:00
README.md first commit 2024-02-13 20:15:53 +01:00
shell.nix Add shell.nix 2024-02-15 21:09:45 +01:00
test_phoenix_live_view.iml Add account 2024-02-13 20:37:24 +01:00

TestPhoenixLiveView

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 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more