Skip to content

experimenting with combining Svelte + Phoenix LiveView

Notifications You must be signed in to change notification settings

williamhzo/IRLcafe

Repository files navigation

IRL café

CI

Get started

  1. Install dependencies: mix deps.get
  2. Start database: docker compose up -d db
  3. Create and migrate the database: mix ecto.setup
  4. Start app: iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

About

experimenting with combining Svelte + Phoenix LiveView

Resources

Stars

Watchers

Forks

Releases

No releases published