Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Gatsby v2 starter with TypeScript, Emotion, Storybook, and Plop file generators.

Free Laravel 12 starter kit with the FlyonUI Tailwind CSS component library for building clean, responsive web apps.
🌐 The website for the Fairfield Programming Association.

A responsive, Bootstrap landing page template created by Start Bootstrap

A free Hugo theme based on Hugo Red Rose, rewritten without Bootstrap for lighter static sites.

Deploy your own Notion-powered website in minutes with Next.js and Vercel.
Gatsby Hello Starter is a Gatsby v2 starter template that pre-configures TypeScript, Emotion, Storybook, and Plop file generators for building static sites.
Gatsby Hello Starter is a boilerplate for Gatsby v2 that wires together TypeScript for static typing, Emotion for CSS-in-JS, Storybook for component development, and Plop for generating new files. It takes a fresh Gatsby project scaffold and returns a development environment with these tools already integrated, so you can start writing components and pages immediately. The starter runs on Node.js with Yarn as the package manager and relies on official Gatsby plugins for features like sitemap generation, robots.txt, image processing, and React Helmet head management. No corporate author is credited on the page; it is distributed as a GitHub repository.
yarn storybook to start it and yarn build-storybook to export a static version.yarn new triggers Plop, which scaffolds new files from templates to cut down on boilerplate.yarn format runs Prettier to keep code style consistent.yarn develop to start a local dev server at http://localhost:8000 with live reload, and use GraphiQL at http://localhost:8000/___graphql to experiment with GraphQL queries.yarn new to have Plop create pre-structured files instead of copying and pasting existing code.yarn build to compile the static site, then yarn serve to preview the output locally.After cloning the repository, run yarn install to download dependencies. The included .nvmrc file lets you pin the Node version with nvm install and nvm use; the optional AVN tool automates version switching when you open the project. From there, yarn develop launches the development server, yarn build produces a production-ready static site, and yarn storybook starts the Storybook environment. Plop generators run through yarn new.
No. The README explicitly states that this starter uses Gatsby v2, so it targets that major version. To run on newer versions you would need to update Gatsby and all its plugins yourself.
The repository includes an .nvmrc file. Running nvm install followed by nvm use switches to the Node version pinned there. The optional AVN tool can perform this switch automatically each time you open the project.
yarn new do?It invokes Plop, a file generator. Plop creates new files based on templates defined in the project, reducing manual boilerplate when adding components or other project files.
Yes. It pre-configures React Helmet for managing meta tags, gatsby-plugin-sitemap to generate sitemap.xml, and gatsby-plugin-robots-txt to produce robots.txt during the build.
Run yarn format, which executes Prettier over the source files in the project.
