Skip to content

Weber project directory structure

0xAX edited this page Oct 8, 2013 · 4 revisions

  • lib/
    • controllers/
      • application.ex
    • helpers/
      • application.ex
    • models/
    • views/
      • layouts/ * application.html
    • app.ex
    • config.ex
    • routes.ex
  • db/
    • migrations/
  • lang/
    • en_US.lang
  • public/
    • img/
    • js/
    • css/
    • index.html
  • test/
    • [application_name].exs
    • test_helper.exs
  • tmp/
  • runtime /
    • logs/
  • mix.exs
  • mix.lock
  • start.sh

Clone this wiki locally