Skip to content

VisionistInc/phoenix-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published