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
- Initialize the project:
npx gatsby new gatsby-typescript-starter https://github.com/dlford/gatsby-typescript-starter-minimalist.git - Change the fonts by installing new ones and importing them into
gatsby-browser.js - Change the font and theme color variables in the
bodysection ofstyles/layout.css - Customize or completely replace the css in the
styles/directory (this is what the Style Builder page is for)