gandreadis / gatsby-starter-tailwind

Gatsby starter styled with Tailwind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby and Tailwind CSS logos
A Gatsby starter styled using Tailwind, a utility-first CSS framework.
Uses Purgecss to remove unused CSS.
Illustrations by unDraw.

alt text

View demo here.

Getting started

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

Deploy

Deploy to Netlify

Resources

License

MIT

About

Gatsby starter styled with Tailwind

License:MIT License


Languages

Language:CSS 88.8%Language:JavaScript 11.2%