dgavey / fastify-htmx-demos

Some demo codes for using HTMX with Fastify and Handlebars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTMX, Fastify and Handlebars demos

These demos are intended to help understand the concepts of HTMX. They touch on some core hx tags and how they can be used in relatively real world scenarios. You can find live demos of them at htmx.gavey.ca

Run Locally

I encourage you to clone this repo and run the demos locally to play around with them.

Steps

  1. Clone the repo to a local folder
  2. Make sure your Node.js version is at least 18
  3. Run npm install
  4. Run npm run dev to load up a local server
  5. Point your browser to 127.0.0.1:3000

Project References

About

Some demo codes for using HTMX with Fastify and Handlebars


Languages

Language:Handlebars 67.9%Language:JavaScript 32.1%