Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 392 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 392 Bytes

eleventy-tailwind-boilerplate

The simplest boilerplate to use TailwindCSS with Eleventy

  • Start by cloning this repo and run npm run start to serve this boilerplate in development environment.
  • You can starting changing index.njk file and the browser will automatically refresh to display your changes.
  • To build for production, run npm run build.