GatsbyJS Tailwind Starter
TailwindPlay - a simple landing page styled with Tailwind CSS and generated by GatsbyJS
Key Features:
- Styled with Tailwind CSS
- Generated by GatsbyJS
- Ready to deploy on Netlify
- Format and lint scripts included
Get started:
npm i --global gatsby-cli
Create new Gatsby project using this starter:
gatsby new my-new-website https://github.com/app-generator/gatsbyjs-starter-tailwindplay
Build stylesheet from Tailwind config and run the project in development mode:
cd my-new-website
npm run develop