An Eleventy starter template with Webpack and Tailwind CSS.
See https://www.codecookbook.dev/asset-bundling-eleventy-webpack-tailwind/ for a step-by-step guide on how this starter template was created.
git clone [email protected]:code-cookbook-dev/eleventy-webpack-tailwind.git
cd eleventy-webpack-tailwind
npm install
Development:
npm run dev
Build:
npm run build