/phoenix_base

Template project for Phoenix

Primary LanguageElixir

PhoenixBase

Build Status

PhoenixBase is maintained by Infinite Red, a web and mobile development company based in Portland, OR and San Francisco, CA.

To start your Phoenix app:

  1. Set up the app with bin/setup
  2. Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Continuous Integration

Setting up a CI server such as Semaphore is easy with the included scripts. Set up your build to run the setup command. (It also runs bin/ci)

MIX_ENV=test bin/setup

Running Tests Locally

You can also use bin/ci to run the tests locally to ensure everything will pass on your CI build.

Learn more