acd02 / gatsby-starter-kit

πŸŽ‰

Home Page:https://gatsby-starter-kit.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby Starter Kit (with typescript)

Usage:

  • Clone the repo
  • install the dependencies $ npm install
  • create a .env.development file at the root of the project.
    • populate it with this content: GATSBY_GRAPHQL_IDE=playground
    • Later on, you will want to add your API Keys and whatnot inside this file.
  • dev mode $ npm run developp
  • build $ npm run build

Generate GraphQL Typescript definitions:

  • run $ npm run developp
    • once it's ready, run $ npm run generate inside another tab
    • beware, the generated types will often contain duplicates that you will have to clean up manually.

Features:

About

πŸŽ‰

https://gatsby-starter-kit.netlify.com/

License:ISC License


Languages

Language:TypeScript 89.1%Language:JavaScript 6.8%Language:CSS 4.1%