cordial/server
Michael Zhang 0fb08ac6ae add phoenix server 2023-03-17 03:41:24 -05:00
..
assets add phoenix server 2023-03-17 03:41:24 -05:00
config add phoenix server 2023-03-17 03:41:24 -05:00
lib add phoenix server 2023-03-17 03:41:24 -05:00
priv add phoenix server 2023-03-17 03:41:24 -05:00
test add phoenix server 2023-03-17 03:41:24 -05:00
.formatter.exs add phoenix server 2023-03-17 03:41:24 -05:00
.gitignore add phoenix server 2023-03-17 03:41:24 -05:00
README.md add phoenix server 2023-03-17 03:41:24 -05:00
mix.exs add phoenix server 2023-03-17 03:41:24 -05:00
mix.lock add phoenix server 2023-03-17 03:41:24 -05:00

README.md

Server

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