Skip to content

alephao/gatsby-starter

Repository files navigation

Gatsby

Gatsby's starter

What's included

  • Typescript
  • Prettier
  • ESLint
  • Tailwindcss
  • ReactHelmet

🚀 Quick start

  1. Create a Gatsby site.

    Use the Gatsby CLI to create a new site, specifying this starter.

    gatsby new my-project https://github.com/alephao/gatsby-starter
  2. Start developing.

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

    cd my-project/
    npm run develop