No description
Find a file
2024-01-08 00:03:20 +01:00
assets init phoenix 2024-01-08 00:03:20 +01:00
config init phoenix 2024-01-08 00:03:20 +01:00
lib init phoenix 2024-01-08 00:03:20 +01:00
priv init phoenix 2024-01-08 00:03:20 +01:00
test init phoenix 2024-01-08 00:03:20 +01:00
.formatter.exs init phoenix 2024-01-08 00:03:20 +01:00
.gitignore init phoenix 2024-01-08 00:03:20 +01:00
mix.exs init phoenix 2024-01-08 00:03:20 +01:00
mix.lock init phoenix 2024-01-08 00:03:20 +01:00
README.md init phoenix 2024-01-08 00:03:20 +01:00

Buguetter2

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