👌 A starter for Gatsby 4 with TypeScript, Chakra UI, ESLint and Prettier.
- TypeScript
- Chakra UI
- ESLint
- Prettier
- Common Gatsby Plugins
- GitHub action workflows for deployment to Netlify
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
- Image plugins
gatsby-plugin-manifest
- Optional (install and uncomment in config)
gatsby-plugin-remove-generator
gatsby-plugin-sitemap
@chakra-ui/gatsby-plugin
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
If you find any, please report them here so they can be squashed.
0BSD, see the LICENSE file.