Skip to content

thescientist13/greenwood-htmx

Repository files navigation

greenwood-htmx

A demonstration repo for Greenwood + htmx hosted with Vercel serverless functions. It is based on the Greenwood Vercel demo repo.

You can see it running live at https://greenwood-htmx.vercel.app.

Setup

  1. Clone the repo
  2. Have Node >= 18.x installed (if you have nvm, run nvm use)
  3. Run npm ci

You can run the following

  • npm run dev: Start the Greenwood dev server
  • npm start: Generate a production build locally and serve it