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.
"Tailwind is a utility-first CSS framework for rapidly building custom user interfaces." –Tailwind
"Gatsby is a free and open source framework based on React that helps developers build blazing fast websites and apps." -Gatsby
Install Gatsby CLI:
npm i --global gatsby-cliCreate new Gatsby project using this starter:
gatsby new my-new-website https://github.com/taylorbryant/gatsby-starter-tailwindBuild stylesheet from Tailwind config and run the project in development mode:
cd my-new-website
npm run developnpm run analyze- See what ESLint and Prettier can fixnpm run fix- Run Prettier and ESLint with the--fixoption
Use npm run build to build your site for production.
Enjoying Gatsby Starter Tailwind and want to help? You can:
- Create an issue with some constructive criticism
- Submit a pull request with some improvements to the project
- Buy me a ☕

