Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Gatsby v2 starter with Storybook v5, styled-components, ESLint, and Netlify deployment.
Gatsby Starter Storybook is a boilerplate starter for building Gatsby v2 sites with Storybook v5, styled-components, and a preconfigured ESLint setup, giving developers a ready-to-run structure for component-driven development.
This starter is a GitHub repository authored by Marko Radak (as stated in the license) that boots a new Gatsby v2 project with Storybook v5 preinstalled. It takes a machine with Node and the Gatsby CLI, and via a single gatsby new command produces a fully scaffolded site with styled-components for theming. Specifically, the starter includes Gatsby v2 as the static site generator, Storybook v5 for isolated component development, Styled Components v4 for CSS-in-JS, Styled Reset for base styles, Netlify configuration, and ESLint for code linting. It is packaged as an MIT-licensed open-source repository on GitHub.
gatsby new and the repository URL.gatsby new my-awesome-site https://github.com/markoradak/gatsby-starter-storybook to scaffold the project.cd my-awesome-site.yarn start or yarn develop to start the development server.Is Gatsby Starter Storybook free? Yes, it is open source under the MIT License.
What Gatsby version does it use? Gatsby v2, as specified in the starter.
What styling solution is included? Styled Components v4 with an advanced styled reset.
Does it support Netlify deployment? Yes, it includes Netlify configuration and a one-click deploy button.
Can I use it with Yarn? Yes, the quick start commands use yarn start or yarn develop.