/gatsby-starter-schalk

Gatsby starter with the opinionated essentials needed for a Gatsby site

Primary LanguageTypeScriptMIT LicenseMIT

Gatsby Starter Schalk

Gatsby starter with the opinionated essentials needed for a Gatsby site. Forked from tdharmon's gatsby starter.

This setup includes:

  • TypeScript
  • TypeScript linting
  • SASS support
  • Helmet for page meta

Install this starter by running this from your Gatsby CLI:

gatsby new gatsby-site https://github.com/schalkburger/gatsby-starter-schalk

Start development server

gatsby develop

Create a production build

gatsby build

Serve the production build locally

gatsby serve

Demo site

View a demo site I built using this starter on Netlify:

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

You can view the source of the demo site on the following branch:

https://github.com/schalkburger/gatsby-starter-schalk/tree/site