No description
Find a file
2024-03-08 20:26:40 +01:00
.idea Update idea 2024-03-08 19:25:06 +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 Begin add message 2024-02-15 21:46:14 +01:00
priv Begin add message 2024-02-15 21:46:14 +01:00
test Add account 2024-02-13 20:37:24 +01:00
.envrc Migrate to flake 2024-03-08 18:56:07 +01:00
.formatter.exs second commit 2024-02-13 20:16:34 +01:00
.gitignore Migrate to flake 2024-03-08 18:56:07 +01:00
.tool-versions second commit 2024-02-13 20:16:34 +01:00
flake.lock Migrate to flake 2024-03-08 18:56:07 +01:00
flake.nix Add support for all systems 2024-03-08 20:26:40 +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
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