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 --versionin your terminal - run
npm install - run
npm run buildto build the site - run
npm run watchto spin up Browsersync and view the site locally athttp://localhost:3000/