Gatsby Typescript Starter Minimalist

Read Me

Hey! You've found my Gatsby Typescript Starter Minimalist, I hope you do something cool with it!

Features

  • Don't use React.FC (See why here)
  • Minimal Fluff
  • Prettier / ESLint
  • CSS Reset / CSS Modules
  • Style Builder Page

Getting Started

  1. Initialize the project: npx gatsby new gatsby-typescript-starter https://github.com/dlford/gatsby-typescript-starter-minimalist.git
  2. Change the fonts by installing new ones and importing them into gatsby-browser.js
  3. Change the font and theme color variables in the body section of styles/layout.css
  4. Customize or completely replace the css in the styles/ directory (this is what the Style Builder page is for)