https://github.com/t0dorakis/htmixir
Trying htmx with elixir
https://github.com/t0dorakis/htmixir
elixir htmx ssr
Last synced: 2 months ago
JSON representation
Trying htmx with elixir
- Host: GitHub
- URL: https://github.com/t0dorakis/htmixir
- Owner: t0dorakis
- Created: 2024-03-10T13:33:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T22:53:26.000Z (over 2 years ago)
- Last Synced: 2025-05-16T02:38:58.882Z (about 1 year ago)
- Topics: elixir, htmx, ssr
- Language: Elixir
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Htmixir
A simple Elixir Test Server to try out the HTMX for a lunch and learn session at Funke.
## Installing Elixir
macOS:
```bash
brew install elixir
```
Linux:
```bash
sudo apt-get install elixir
```
## Running the Server
```bash
mix deps.get
mix run --no-halt
```
Open your browser and go to `http://0.0.0.0:4000`
## Ressources
- [HTMX](https://htmx.org/)
- [Elixir](https://elixir-lang.org/)