No description
  • Elixir 76.1%
  • HTML 19.1%
  • JavaScript 4.7%
  • CSS 0.1%
Find a file
2024-07-07 13:25:57 +01:00
assets Initial commit with phoenix 2024-07-07 13:25:57 +01:00
config Initial commit with phoenix 2024-07-07 13:25:57 +01:00
lib Initial commit with phoenix 2024-07-07 13:25:57 +01:00
priv Initial commit with phoenix 2024-07-07 13:25:57 +01:00
test Initial commit with phoenix 2024-07-07 13:25:57 +01:00
.formatter.exs Initial commit with phoenix 2024-07-07 13:25:57 +01:00
.gitignore Initial commit with phoenix 2024-07-07 13:25:57 +01:00
mix.exs Initial commit with phoenix 2024-07-07 13:25:57 +01:00
mix.lock Initial commit with phoenix 2024-07-07 13:25:57 +01:00
README.md Initial commit with phoenix 2024-07-07 13:25:57 +01:00

Bedlam

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