https://github.com/defactosoftware/liveview_playground
This is a phoenix app with Liveview and ex_cell so we can have some isolated examples with Cells and Liveview.
https://github.com/defactosoftware/liveview_playground
Last synced: 7 months ago
JSON representation
This is a phoenix app with Liveview and ex_cell so we can have some isolated examples with Cells and Liveview.
- Host: GitHub
- URL: https://github.com/defactosoftware/liveview_playground
- Owner: DefactoSoftware
- Created: 2020-08-25T13:25:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T14:11:45.000Z (over 5 years ago)
- Last Synced: 2025-06-14T18:03:36.999Z (8 months ago)
- Language: Elixir
- Size: 422 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LiveviewPlayground
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.setup`
* Install Node.js dependencies with `npm install`
* Start Phoenix endpoint with `mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
## Learn more
* Official website: https://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Forum: https://elixirforum.com/c/phoenix-forum
* Source: https://github.com/phoenixframework/phoenix