/eleventy-starter

Primary LanguageJavaScriptMIT LicenseMIT

Eleventy Template

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

Features

  • Eleventy 2
  • 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