Gatsby
Up and Running with Gatsby: First Steps

The `gatsby develop` Command

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

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