/htmx-eleventy-alpine-tailwind

🔥 HEAT Stack | Static Site generated by 11ty using Htmx, AlpineJs and TailwindCSS. Set up for deployment on Github Pages.

Primary LanguageJavaScriptMIT LicenseMIT

🔥 HEAT Stack

  • ❤️ 11ty Static Site generator
  • ⚡️ Uses Vite tooling.
  • 🥰 Htmx, AlpineJs & TailwindCSS for Html driven development.

Before you begin, ensure you have the following prerequisites:

Installation

  1. Clone this repository:
git clone https://github.com/your-username/your-repo.git
cd your-repo
npm install

Development

To start a local development server:

npm run dev

To preview a production build:

npm run preview

Build

To build for production:

npm run build

Deploy on Github Pages.

This repository contains an action to deploy on github pages on each push on main. Make sure you set the correct URL base in the vite configuration file. Read The Vite Configuration Doc for more information.

Contributing

Feel free to open issues or pull requests for improvements, bug fixes, or new features. We welcome your contributions!