experimental phoenix application (just a toy)
Go to file
Eric S. Londres 63e3fc8a4c
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
add build step
2023-05-04 21:06:15 -04:00
assets git init 2023-05-03 19:09:56 -04:00
config post creation kinda works 2023-05-03 23:56:08 -04:00
lib add posts to nav 2023-05-04 21:04:39 -04:00
priv post creation kinda works 2023-05-03 23:56:08 -04:00
test post creation kinda works 2023-05-03 23:56:08 -04:00
.drone.yml add build step 2023-05-04 21:06:15 -04:00
.formatter.exs git init 2023-05-03 19:09:56 -04:00
.gitignore git init 2023-05-03 19:09:56 -04:00
mix.exs post creation kinda works 2023-05-03 23:56:08 -04:00
mix.lock post creation kinda works 2023-05-03 23:56:08 -04:00
README.md git init 2023-05-03 19:09:56 -04:00

Prototype

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