Hey. This is the Visionist Phoenix example project from the tech talk. :)
First, git clone
this repo!
To get your Elixir development environment up and running, start with the Installation section of the Phoenix guidebook. Follow the steps for your operating system of choice to get Elixir and Phoenix installed locally.
To start the example server:
- Run
mix setup
in the Git clone to install and setup dependencies - Start the server with
mix phx.server
, or (pro tip) inside IEx withiex -S mix phx.server
You should now be able to load the boilerplate page localhost:4000
from your browser.
Here are the example server pages mentioned in the tech talk:
http://localhost:4000/sliders
: The sliders channel demohttp://localhost:4000/dev/dashboard
: The Phoenix LiveDashboard
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Github: https://github.com/phoenixframework/phoenix
TwitterX: https://twitter.com/elixirphoenix- Discord: https://discord.gg/elixir
- Forum: https://elixirforum.com/