Skip to content

martinmckenna/gatsby-typescript-starter

Repository files navigation

About

This is a simple starter app based from the Gatsby Hello World starter.

Quick Info

Here's some hot facts about this project:

  1. This project uses TypeScript, which allows you to declare all your files with both .ts and .tsx file types.

  2. This project comes with an out-of-the-box tsconfig.json and tslint.json

  3. This project includes a TypeScript prettier config

  4. Absolute imports are allowed by default

    • for example, import { blah } from src/utils/hello works just fine.
  5. This project comes with husky, which allows for doing stuff on pre-commit, pre-push, etc. Check out the package.json to see the already configured pre-commit. Currently, it lints and type checks before committing.

About

TypeScript starter app for Gatsby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published