Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Opinionated Gatsby boilerplate by Ueno with Sass and styled-components branches, TypeScript support, and one-click deploys.
Ueno Gatsby Starter is a deprecated, opinionated Gatsby.js starter kit created by the digital agency Ueno, providing a barebones Gatsby project with preconfigured configuration files and two styling branches. This boilerplate is designed to kick off a new Gatsby site quickly, and it includes TypeScript in its topic list, indicating TypeScript support.
Ueno Gatsby Starter is a starter template for Gatsby, a React-based static site generator, maintained by Ueno until its deprecation. It takes a project name and outputs a new Gatsby site structure with configuration files already in place. The starter is available on GitHub and can be used with the create-ueno-app tool or directly with the Gatsby CLI. As of the README warning, it is no longer actively maintained.
npx create-ueno-app gatsby my-app or yarn create ueno-app gatsby my-app.npx gatsby new my-app with the repository's master branch as the template URL.Yes, the README opens with a warning that the starter kit has been deprecated and is no longer actively maintained by Ueno. This means it may not receive updates or support, but the code remains available on GitHub for reference or forking.
Use npx create-ueno-app gatsby my-app or yarn create ueno-app gatsby my-app; alternatively, run npx gatsby new my-app with the GitHub repository URL.
The master branch uses Sass, and the styled branch uses styled-components. Choose the branch that matches your preferred CSS solution before scaffolding.
No, the README states it has been deprecated and is no longer actively maintained by Ueno, so it may lack updates or support.