dotfiles/app
2023-11-25 16:49:51 +02:00
..
assets app: alpine.js + dropdown 2023-11-24 00:56:38 +02:00
config upgrade phoenix 2023-11-20 00:27:36 +02:00
lib app: dropdown improvements 2023-11-25 16:49:51 +02:00
test draft: apps 2023-11-20 18:50:24 +02:00
.gitignore Move Mix project to the root dir 2023-11-04 16:33:51 +02:00
README.md rename backend -> app 2023-07-19 23:24:24 +03:00

Prymn

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