The default Gatsby starter
The default boilerplate for Gatsby is a great way to kick off any project. With this starter, you’ll have all the necessary configuration files to get your app up and running quickly. If you have a more specific idea in mind, you can also check out the collection of official and community-created starters.
To install the Gatsby default starter, follow these steps:
Create a Gatsby site using the Gatsby CLI:
npx gatsby new my-default-starter
Navigate into the newly created directory:
cd my-default-starter
Start up the site:
gatsby develop
Open your code editor and edit the src/pages/index.js file to make changes to your site.
Save your changes and the browser will update in real time at http://localhost:8000.
The Gatsby default starter is a powerful tool for quickly setting up and developing React applications. With its blazing fast capabilities and easy installation process, it’s a great choice for any project. Whether you’re just starting out or have a more specific idea in mind, the Gatsby default starter has you covered.