/gatsby-starter

Gatsby Starter

Primary LanguageSCSSMIT LicenseMIT

Nirnejak's Gatsby Starter

About

This Gatsby Started comes pre configured with PWA, Google Analytics, Image Transform, Sass and PostCSS and some SEO plugins. To improve the code quality and developer experience it also ships with ESLint, Prettier and Pre-commit setup out of the box.

Uses

🚀 Quick start

  1. Clone the repo.

    Use the Gatsby CLI to create a new site, specifying this repo.

    # create a new Gatsby site using the default starter
    gatsby new site-folder-name https://github.com/nirnejak/gatsby-starter
  2. Available Scripts

    npm start
    npm run prepare
    npm run build
    npm run clean
    npm run format
    npm run lint
    npm run lint-fix