Skip to content

Getting Started

Alright, so you've downloaded the source code, you have a dev server running… now what?

Video Summary

  • In this video, you'll learn about how projects in this course are structured:
    • The README.md file is your home base. It includes detailed instructions to guide you through each step in the process.
    • The docs/end-result.html file provides an example of the raw markup we hope to wind up with at the end of this challenge.
  • All CSS is provided ahead of time, inside styles.css. As long as you follow the suggested markup, you won't have to fuss with any CSS.
  • New components can be generated with the new-component NPM script.

One small caveat I forgot to mention in the video: the end-result.html is meant to serve as an example. Your final markup might not look exactly the same, and that's OK! In particular, there is no validation in the provided markup, which probably isn't ideal.