Gatsby
Up and Running with Gatsby: First Steps
  •  

Clone Hello World Starter

Outline

In this video, we'll clone our first starter project. Gatsby starters are like templates we can use for static sites. We're going to use the most basic starter so we can build up a project from scratch.

To clone the starter, run this command:

gatsby new hello-gatsby https://github.com/gatsbyjs/gatsby-starter-hello-world

Your very first installation might ask you whether you prefer npm or Yarn for package management. It doesn't matter which you choose. In this course, I use npm, but Yarn is just as good.

 

I finished! On to the next chapter