Eleventy Template

This is a sample Eleventy Tailwind starter template for building fully static site using 11ty.

Features

  • Eleventy 2
  • Tailwind 3
  • Alpine.js 3

Install Dependencies

npm install or yarn install

Preview Mode

npm run dev or yarn dev

Live or Production Mode

npm run build or yarn build