dwyl / phoenix-liveview-counter-tutorial

🤯 beginners tutorial building a real time counter in Phoenix 1.7.14 + LiveView 1.0 ⚡️ Learn the fundamentals from first principals so you can make something amazing! 🚀
https://livecount.fly.dev/
GNU General Public License v2.0
380 stars 38 forks source link

The project's URL leads to a non-existent Heroku app #160

Closed arcanemachine closed 1 year ago

arcanemachine commented 1 year ago

The URL associated with this project is https://live-view-counter.herokuapp.com/ but the app does not exist.

Todo

nelsonic commented 1 year ago

@arcanemachine thanks very much for opening this issue to remind us that Heroku (Salesforce.com) killed their "Free Tier" ...

New Fly.io Org created: https://fly.io/dashboard/dwyl-phoenix-liveview-counter

nelsonic commented 1 year ago

Keeping this here for later: https://github.com/dwyl/phoenix-liveview-counter-tutorial/blob/8a1f024a026c21c2b92de78e7e2ca0fa6853f0e5/mix.exs

      deps: deps(),
      test_coverage: [tool: ExCoveralls],
      preferred_cli_env: [
        c: :test,
        coveralls: :test,
        "coveralls.detail": :test,
        "coveralls.json": :test,
        "coveralls.post": :test,
        "coveralls.html": :test,
        t: :test
      ]
  defp aliases do
    [
      setup: ["deps.get"],
      "assets.deploy": ["tailwind default --minify", "esbuild default --minify", "phx.digest"],
      t: ["test"],
      c: ["coveralls.html"],
      s: ["phx.server"]
    ]
  end
nelsonic commented 1 year ago

https://livecount.fly.dev/ 🔗 image

nelsonic commented 1 year ago

livecount-fly-dev

nelsonic commented 1 year ago

PR: #167 contains this update. ✅

nelsonic commented 1 year ago

@arcanemachine thanks again for taking the time to open this issue. ❤️