Add Elixir sample to server-examples.md (#1448)

This commit is contained in:
hungle00 2023-05-23 21:42:13 +07:00 committed by GitHub
parent d766c14aa6
commit b66e133fad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,4 +120,10 @@ These examples may make it a bit easier to get started using htmx with your plat
### CodeIgniter 4
- <https://github.com/michalsn/codeigniter-htmx-demo>
- <https://github.com/michalsn/codeigniter-htmx-demo>
## Elixir
### Phoenix
- <https://github.com/hungle00/todo-htmx>