Skip to content

gpad/bwof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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