Back to Gatsby

gatsby-starter-default

e2e-tests/production-runtime/README.md

2.20.0486 B
Original Source

gatsby-starter-default

The default Gatsby starter.

For an overview of the project structure please refer to the Gatsby documentation - Building with Components.

Install

Make sure that you have the Gatsby CLI program installed:

shell
npm install --global gatsby-cli

And run from your CLI:

shell
gatsby new gatsby-example-site

Then you can run it by:

shell
cd gatsby-example-site
gatsby develop