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: about 1 year ago
JSON representation
Phoenix LiveView Demos 🚀
- Host: GitHub
- URL: https://github.com/leandrocp/live_view_demos
- Owner: leandrocp
- License: mit
- Created: 2021-04-29T12:09:51.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T11:42:26.000Z (about 3 years ago)
- Last Synced: 2025-04-04T12:12:52.726Z (about 1 year ago)
- Topics: elixir, elixir-lang, phoenix, phoenix-framework, phoenix-liveview
- Language: CSS
- Homepage: https://liveviewdemos.com
- Size: 1.57 MB
- Stars: 26
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.