No description
  • Elixir 63.3%
  • CSS 27%
  • HTML 5.9%
  • JavaScript 3.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2021-11-15 11:00:15 -05:00
.github/workflows Add Dialyzer GitHub Action 2021-11-15 11:00:15 -05:00
assets Initial commit 2021-11-15 10:55:11 -05:00
config Initial commit 2021-11-15 10:55:11 -05:00
lib Initial commit 2021-11-15 10:55:11 -05:00
priv/static Initial commit 2021-11-15 10:55:11 -05:00
test Initial commit 2021-11-15 10:55:11 -05:00
.formatter.exs Initial commit 2021-11-15 10:55:11 -05:00
.gitignore Initial commit 2021-11-15 10:55:11 -05:00
mix.exs Initial commit 2021-11-15 10:55:11 -05:00
mix.lock Initial commit 2021-11-15 10:55:11 -05:00
README.md Initial commit 2021-11-15 10:55:11 -05:00

TestApplication

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • 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