Skip to content

South-Paw/awesome-gatsby-starter

Repository files navigation

@south-paw/awesome-gatsby-starter

👌 A starter for Gatsby 4 with TypeScript, Chakra UI, ESLint and Prettier.

Features

  • TypeScript
  • Chakra UI
  • ESLint
  • Prettier
  • Common Gatsby Plugins
  • GitHub action workflows for deployment to Netlify

Getting Started

Use this starter for your new project by running the following command:

npx gatsby new your-projects-name https://github.com/South-Paw/awesome-gatsby-starter

Gatsby Plugins

Development

Install Node.js.

Open the project directory in your CLI and run the npm i command to install dependencies.

After that you can run any of following commands

# Local development (localhost:8000)
npm run start

# Run linter
npm run lint

# Build for deployment (/public)
npm run build

# Run gatsby serve
npm run serve

# Run gatsby clean
npm run clean

Issues and Bugs

If you find any, please report them here so they can be squashed.

License

0BSD, see the LICENSE file.