Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leandrocp/live_view_demos

Phoenix LiveView Demos 🚀
https://github.com/leandrocp/live_view_demos

elixir elixir-lang phoenix phoenix-framework phoenix-liveview

Last synced: 3 months ago
JSON representation

Phoenix LiveView Demos 🚀

Awesome Lists containing this project

README

        

# Phoenix LiveView Demos

[Phoenix LiveView](https://www.phoenixframework.org/) is awesome and people enjoy building all kinds of projects on that stack 💯

Visit [liveviewdemos.com](https://liveviewdemos.com/), tweet your demo, project or article, and [contribute](https://github.com/leandrocp/live_view_demos/blob/main/CONTRIBUTING.md)!

# Running locally

* Install dependencies with `mix deps.get`
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.