Gatsby
Up and Running with Gatsby: First Steps

Assignment: Create Hotel Site

PRO
Outline

In this video, I give you your first assignment.

Assignment 1: Create a Hotel Site and Add a Page

  1. Clone a Gatsby starter to use as a site for a hotel. It can be the hello-world starter (gatsby new my-hotel-site https://github.com/gatsbyjs/gatsby-starter-hello-world) or one from the Starter Gallery.
  2. Add an "events" page to src/pages.
  3. Run gatsby develop to make sure it works.
  4. Add as much else as you'd like. Feel free to experiment!

You'll find the solution in the next video.

 

I finished! On to the next chapter