Skip to content

Very simple test to see what it takes to get htmx to work with gleam

Notifications You must be signed in to change notification settings

ad-ops/gleam-htmx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

htmx

Trying out how it would be to use htmx with gleam.

  • Web-stuff with Wisp/Mist
  • Templating with Nakai

Development

gleam run   # Run the project
gleam test  # Run the tests
gleam shell # Run an Erlang shell
watchexec -r -e gleam -E DEVELOPMENT=true -- gleam run </dev/null # Watch and run

Build

docker build -t htmx-gleam .
docker run --rm -it -p 8000:8000 htmx-gleam

About

Very simple test to see what it takes to get htmx to work with gleam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published