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.
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