codeprimate / px-changemaker

Sandbox Elixir Phoenix Framework app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pxapp4

Development

To start your new Phoenix application:

  1. Install dependencies with mix deps.get
  2. Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Production

  1. Install dependencies/compile with mix do deps.get, compile, compile.protocols
  2. Start Phoenix endpoint with MIX_ENV=prod PORT=4001 elixir -pa _build/prod/consolidated -S mix phoenix.server

Now you can visit localhost:4001 from your browser.

Heroku

About

Sandbox Elixir Phoenix Framework app


Languages

Language:Elixir 100.0%