Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🚀
- Host: GitHub
- URL: https://github.com/leandrocp/live_view_demos
- Owner: leandrocp
- License: mit
- Created: 2021-04-29T12:09:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T11:42:26.000Z (over 1 year ago)
- Last Synced: 2023-05-31T13:08:57.897Z (over 1 year ago)
- Topics: elixir, elixir-lang, phoenix, phoenix-framework, phoenix-liveview
- Language: CSS
- Homepage: https://liveviewdemos.com
- Size: 1.57 MB
- Stars: 16
- 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.