Sample Eleventy (11ty) blog as example for workshops.
Using NPM Scripts and esbuild.
You can preview the site on Netlify
- fork repository
- check that Node and NPM are installed by typing
node --version
in your terminal - run
npm install
- run
npm run build
to build the site - run
npm run watch
to spin up Browsersync and view the site locally athttp://localhost:3000/