https://github.com/goblindegook/gatsby-starter-typescript
A Gatsby starter the way I like it.
https://github.com/goblindegook/gatsby-starter-typescript
gatsby gatsby-starter markdown static-site typescript
Last synced: 26 days ago
JSON representation
A Gatsby starter the way I like it.
- Host: GitHub
- URL: https://github.com/goblindegook/gatsby-starter-typescript
- Owner: goblindegook
- License: mit
- Created: 2018-03-14T22:04:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:45:04.000Z (over 1 year ago)
- Last Synced: 2025-05-07T02:05:50.125Z (26 days ago)
- Topics: gatsby, gatsby-starter, markdown, static-site, typescript
- Language: TypeScript
- Homepage: https://gatsby-starter-typescript.netlify.com/
- Size: 5.64 MB
- Stars: 61
- Watchers: 3
- Forks: 21
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gatsby-starter-typescript
[](https://travis-ci.org/goblindegook/gatsby-starter-typescript)
A Gatsby starter using [TypeScript](https://www.typescriptlang.org) and [emotion](https://emotion.sh).
View the [demo site](https://gatsby-starter-typescript.netlify.com).
## Install
Make sure that you have the Gatsby CLI program installed:
```sh
$ npm install --global gatsby-cli
```And run from your CLI:
```sh
$ gatsby new gatsby-example-site https://github.com/goblindegook/gatsby-starter-typescript
```Then you can run it by:
```sh
$ cd gatsby-example-site
$ npm run develop
```## Gatsby Plugins
- gatsby-plugin-catch-links
- gatsby-plugin-emotion
- gatsby-plugin-feed
- gatsby-plugin-lunr
- gatsby-plugin-manifest
- gatsby-plugin-mdx
- gatsby-plugin-netlify
- gatsby-plugin-nprogress
- gatsby-plugin-offline
- gatsby-plugin-react-helmet
- gatsby-plugin-sharp
- gatsby-plugin-sitemap
- gatsby-plugin-typegen
- gatsby-plugin-typescript
- gatsby-plugin-typography
- gatsby-remark-copy-linked-files
- gatsby-remark-images
- gatsby-remark-prismjs
- gatsby-remark-smartypants
- gatsby-source-filesystem
- gatsby-transformer-sharp## Tools
- Testing: [Jest](https://jestjs.io) and [react-testing-library](https://github.com/testing-library/react-testing-library)
- Linter: [ESLint](https://eslint.org) with support for TypeScript, React, [Standard](https://standardjs.com) and [Prettier](https://prettier.io).