/gatsby-starter-kitt

The Gatsby starter with typescript, eslint, prettier, stylelint, styled-components, styled-system and graphql-codegen. This starter aims to have a minimal code boilerplate to get a simple start. Mostly created for my own personal needs.

Primary LanguageTypeScriptMIT LicenseMIT

gatsby-starter-kitt

The Gatsby starter with typescript, eslint, prettier, stylelint, styled-components, styled-system and mdx. Mostly created for my own personal needs.

For an overview of the project structure please refer to the Gatsby documentation - Building with Components.

Install

Make sure that you have the Gatsby CLI program installed:

npm install --global gatsby-cli

And run from your CLI:

gatsby new gatsby-example-site https://github.com/danbruegge/gatsby-starter-kitt/

Then you can run it by:

cd gatsby-example-site
yarn dev