ryanlntn / phoenix_base

Template project for Phoenix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Template project for Phoenix


Languages

Language:Elixir 70.8%Language:JavaScript 13.4%Language:Shell 9.6%Language:HTML 6.1%