A Gatsby starter styled using Tailwind, a utility-first CSS framework.
Uses Purgecss to remove unused CSS.
Illustrations by unDraw.
Uses Purgecss to remove unused CSS.
Illustrations by unDraw.
View demo here.
Install Gatsby CLI:
npm install --global gatsby-cli
Create new Gatsby project using this starter:
gatsby new my-new-website https://github.com/taylorbryant/gatsby-starter-tailwind
Build stylesheet from Tailwind config and run project locally:
cd my-new-website
npm run develop