/react-gatsby-playground

Gatsby and React playground

Primary LanguageJavaScriptCreative Commons Attribution 4.0 InternationalCC-BY-4.0

Gatsby and React playground

Originally forked from reactjs.org docs.

Prerequisites

  1. Git
  2. Node: install version 8.4 or greater
  3. Yarn: See Yarn website for installation instructions
  4. A fork of the repo (for any contributions)

Installation

  1. cd reactjs.org to go into the project root
  2. yarn to install the website's npm dependencies

Running locally

  1. yarn dev to start the hot-reloading development server (powered by Gatsby)
  2. open http://localhost:8000 to open the site in your favorite browser