Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Gatsby.js V2 starter template based on the Stellar site template designed by HTML5 UP.
Gatsby Starter Stellar is a free, open-source starter template for building static websites with Gatsby.js V2, reproducing the Stellar site design created by HTML5 UP and maintained by codebushi.
Gatsby Starter Stellar is a Gatsby.js V2 starter project that takes the Stellar site template designed by HTML5 UP and wraps it in a modern React-based static site generator. It provides a complete project scaffold you can install with a single command, then customize to produce a static one-page site. The repository is maintained by codebushi, who publishes Gatsby starters and themes on their site at https://codebushi.com/gatsby-starters-and-themes/. A live preview of the starter is hosted at https://gatsby-stellar.surge.sh/. An older version of the starter built for Gatsby V1 is preserved in the V1 branch of the repository.
gatsby new gatsby-starter-stellar https://github.com/codebushi/gatsby-starter-stellar from the CLI.gatsby develop to start a development server with hot reloading for live edits.After installing the starter, gatsby develop launches a local dev server at localhost:8000 where you can edit the source files and see changes instantly. The project uses Gatsby's standard build process, so running gatsby build produces a static site ready to deploy to any static host such as Netlify or Surge.sh.
Run gatsby new gatsby-starter-stellar https://github.com/codebushi/gatsby-starter-stellar from your terminal, assuming you already have Gatsby installed. This clones the repository and installs dependencies automatically.
The current version is built for Gatsby.js V2. If you need the older Gatsby V1 version, it is available in the V1 branch of the GitHub repository.
A live demo is hosted at https://gatsby-stellar.surge.sh/. You can view the default template there before deciding to install it.
The starter is based on Stellar, a site template designed by HTML5 UP. The Gatsby starter reproduces that design with React components.
Navigate into the project directory and run gatsby develop. This starts a development server with hot reloading at http://localhost:8000.