Gatsby
Up and Running with Gatsby: First Steps

Solution: Create Hotel Site

PRO
Outline

In this video, I show you my own solution for the previous assignment.

I used gatsby-starter-porfolio-cara as my starter.

I created my site with this command:

gatsby new marionberry-farm-lodge https://www.gatsbyjs.org/starters/LekoArts/gatsby-starter-portfolio-cara/

I then created events.jsx in src/pages/. Running gatsby develop, you can see we have the route localhost:8000/events (though there's zero styling because we didn't use any layout components).

In the next video, we'll learn about linking between pages.

 

I finished! On to the next chapter