/frontendmasters-gatsby

This is a repository I created to accompany my viewing of "Introduction to Gatsby".

Primary LanguageJavaScriptMIT LicenseMIT

Frontend Masters: Introduction to Gatsby

This is a repository I created to accompany my viewing of Introduction to Gatsby.

Installation Instructions

For windows users, go through the installation instructions for cross-env and add it to your package.json develop script.

  1. npm install
  2. npm run develop
  3. Open http://localhost:8000/

Course Slides (hit the right/down arrow keys to progress through the slides)

Prerequisites

  1. Have a text editor installed, i.e. VSCode
  2. Have the Gatsby CLI (gatsby-cli) installed globally by running: npm install -g gatsby-cli