https://github.com/elixircl/surface-hackernews
📰 An example HackerNews client made with Surface
https://github.com/elixircl/surface-hackernews
chile elixir hackernews hackernews-api liveview phoenix surface-ui
Last synced: 11 months ago
JSON representation
📰 An example HackerNews client made with Surface
- Host: GitHub
- URL: https://github.com/elixircl/surface-hackernews
- Owner: ElixirCL
- License: bsd-3-clause
- Created: 2024-02-01T15:27:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T15:55:32.000Z (about 2 years ago)
- Last Synced: 2025-01-08T18:13:52.815Z (about 1 year ago)
- Topics: chile, elixir, hackernews, hackernews-api, liveview, phoenix, surface-ui
- Language: Elixir
- Homepage: https://dev.to/javascriptchile/aplicando-mvvm-en-phoenix-liveview-5f1
- Size: 301 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HackerNews
This is an example HackerNews Client using Surface UI y MVVM.
To start your Phoenix server:
* Run `mix setup` to install and setup dependencies
* 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.
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