https://github.com/jaeyson/infinite_scroll
Sample code for infinitescroll.
https://github.com/jaeyson/infinite_scroll
elixir fly phoenix phoenix-framework tailwindcss
Last synced: 8 days ago
JSON representation
Sample code for infinitescroll.
- Host: GitHub
- URL: https://github.com/jaeyson/infinite_scroll
- Owner: jaeyson
- Created: 2022-09-10T14:06:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T03:04:57.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T19:47:58.946Z (12 months ago)
- Topics: elixir, fly, phoenix, phoenix-framework, tailwindcss
- Language: Elixir
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InfiniteScroll
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Install TailwindCSS with `mix tailwind.install`
* 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