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
npm install
npm start
start
runs local dev server with live reloadbuild
run full build of project for deployment intodist/
directory