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.
- Clone the repo
- Have Node >=
18.x
installed (if you have nvm, runnvm use
) - Run
npm ci
You can run the following
npm run dev
: Start the Greenwood dev servernpm start
: Generate a production build locally and serve it