Gatsby
Up and Running with Gatsby: First Steps

The `gatsby develop` Command

PRO
Outline

We've got the Gatsby CLI installed with a simple project ready to explore. We saw in the last video that there are a few scripts added to package.json. One of them is gatsby develop.

Open a terminal inside of the project folder and run that command. You should be able to navigate to localhost:8000 and see the basic "Hello Gatsby!" page.

In the next video, we'll learn about adding pages to our site.

 

I finished! On to the next chapter