Skip to content

kurtome/tefla

Repository files navigation

Tefla

Prerequisites:

To start your Tefla web server:

  • Install javascript dependencies with cd assets && npm install && cd ..
  • Install Elixir dependencies with mix deps.get
  • Make sure postgres is running pg_ctl start
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Phoenix docs

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published