slovocast/app
2024-04-22 22:30:14 -04:00
..
assets Add Phoenix application. 2024-04-22 22:30:14 -04:00
config Add Phoenix application. 2024-04-22 22:30:14 -04:00
lib Add Phoenix application. 2024-04-22 22:30:14 -04:00
priv Add Phoenix application. 2024-04-22 22:30:14 -04:00
test Add Phoenix application. 2024-04-22 22:30:14 -04:00
.formatter.exs Add Phoenix application. 2024-04-22 22:30:14 -04:00
.gitignore Add Phoenix application. 2024-04-22 22:30:14 -04:00
mix.exs Add Phoenix application. 2024-04-22 22:30:14 -04:00
mix.lock Add Phoenix application. 2024-04-22 22:30:14 -04:00
README.md Add Phoenix application. 2024-04-22 22:30:14 -04:00

App

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