Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.37 KB

File metadata and controls

32 lines (21 loc) · 1.37 KB

Phoenix Example Project

Hey. This is the Visionist Phoenix example project from the tech talk. :)

Running the example

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 with iex -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:

Learn more