Outline
This part of the course was just to get your feet wet with Gatsby.
We first learned about the Gatsby CLI. We started by installingit with npm install -g gatsby-cli
. Then, we learned about cloning starter projects with the gatsby new
command. We learned about the basic file structure of a Gatsby project and how Gatsby creates a route for every React component file in the src/pages
directory. Finally, we learned about the Gatsby Link
component that makes linking between pages fast and easy.
In the next tutorial, we'll learn about layouts. See you there!