/phoenix-trello

My interpretation of the phoenix trello app, and also diving head first into elixir and seeing what works. Not finished.

Primary LanguageJavaScript

PhoenixTrello

To start your Phoenix app:

  • Install dependencies with mix deps.get and npm install
  • Make sure to have the laravel/homestead vagrant box running
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Start Phoenix endpoint with mix phoenix.server
  • Start front-end app with npm run dev

Now you can visit localhost:3000 from your browser.

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

Learn more