DEV Community

Cover image for Introducing the Gatsby and TailwindCSS starter
Kostas Vrouvas
Kostas Vrouvas

Posted on • Updated on • Originally published at kosvrouvas.dev

Introducing the Gatsby and TailwindCSS starter

This starter ships with the main Gatsby configuration files you might need to get up and running blazing fast with the blazing fast app generator for React. It is bundled with Tailwind CSS, a utility-first, highly customizable, low-level CSS framework that gives you all of the building blocks you need to build bespoke designs without any annoying opinionated styles you have to fight to override.

To clone this starter:

  1. Create a Gatsby site. Use the Gatsby CLI to clone this repo, specifying the default starter.

gatsby new my-default-starter https://github.com/kosvrouvas/gatsby-tailwindcss-starter

  1. Start developing. Navigate into your new site’s directory and start it up.

cd my-default-starter/ gatsby develop

  1. Open the source code and start editing! Your site is now running at http://localhost:8000

If you want to contribute or just report an issue, you can find the Github repo here.

Top comments (0)