An open API service indexing awesome lists of open source software.

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

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/)