Create a new Gatsby site using npx and the hello world starter

Jason Lengstorf
InstructorJason Lengstorf
Share this video with your friends

Social Share Links

Send Tweet
Published 5 years ago
Updated 4 years ago

To quickly create a new Gatsby site without installing global packages or adding a bunch of extra boilerplate, we’ll use npx to create a new Gatsby site. By using gatsby-starter-hello-world we’re able to generate only the bare minimum files required to build a Gatsby site, which lets us write our own code without deleting example code.