gpad / bwof

Example for https://www.slideshare.net/gpadovani/beam-way-of-life-80337975

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BEAM way of life

Example program for Beam way of life that was presented here.

The examples can be found in docs/keynote.

Application

To start your this application:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

You can execute this to run it as release in production:

$ MIX_ENV=prod mix release --env=prod && cd _build/prod/rel/bwof && ./bin/bwof console

Learn more

About

Example for https://www.slideshare.net/gpadovani/beam-way-of-life-80337975


Languages

Language:Elixir 82.5%Language:JavaScript 12.0%Language:HTML 5.3%Language:CSS 0.1%