Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 447 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 447 Bytes

11ty + RollupJS Starter

Minimal starter kit for using 11ty and RollupJS for building static sites.

  • JavaScript bundling
  • CSS bundling
  • JavaScript template strings for layouts
  • Markdown for site content

Getting Started

  1. npm install
  2. npm start

Tasks

  • start runs local dev server with live reload
  • build run full build of project for deployment into dist/ directory