Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caironoleto/phoenix-live-view-example
https://github.com/caironoleto/phoenix-live-view-example
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/caironoleto/phoenix-live-view-example
- Owner: caironoleto
- Created: 2020-04-02T14:52:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T18:18:10.000Z (about 2 years ago)
- Last Synced: 2024-10-30T00:43:23.727Z (3 months ago)
- Language: Elixir
- Size: 1.14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PhoenixLiveViewExample
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 --prefix assets`
* Start Phoenix endpoint with `mix phx.server`Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
To see LiveView in action, click on [`localhost:4000/step-form`](http://localhost:4000/step-form).
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