Headlines, Progress, Comments.
Go to file
2024-04-12 14:42:19 -04:00
.devcontainer Add a devcontainer config, maybe? Prob garbage. 2024-04-12 14:42:19 -04:00
assets Initial Phoenix 1.7.12 app. 2024-04-12 14:42:10 -04:00
config Initial Phoenix 1.7.12 app. 2024-04-12 14:42:10 -04:00
lib Initial Phoenix 1.7.12 app. 2024-04-12 14:42:10 -04:00
priv Initial Phoenix 1.7.12 app. 2024-04-12 14:42:10 -04:00
test Initial Phoenix 1.7.12 app. 2024-04-12 14:42:10 -04:00
.formatter.exs Initial Phoenix 1.7.12 app. 2024-04-12 14:42:10 -04:00
.gitignore Initial Phoenix 1.7.12 app. 2024-04-12 14:42:10 -04:00
mix.exs Initial Phoenix 1.7.12 app. 2024-04-12 14:42:10 -04:00
mix.lock Initial Phoenix 1.7.12 app. 2024-04-12 14:42:10 -04:00
README.md Initial Phoenix 1.7.12 app. 2024-04-12 14:42:10 -04:00

Strat

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