/gatsby-starter

A simple boilerplate for kickstarting Gatsby projects.

Primary LanguageJavaScriptDo What The F*ck You Want To Public LicenseWTFPL

Gatsby Starter

Netlify Status

A simple boilerplate for kickstarting Gatsby projects.

Check out the demo!

Features

🚀 Getting started

Installation

Install the project dependencies.

npm i

Bootstrapping

npm start

Bootstraps your project with all the key information.

Develop

npm run dev

Gatsby will start a hot-reloading development environment accessible at localhost:8000.

Building

npm run build

Gatsby will perform an optimized production build for your site generating static HTML and per-route JavaScript code bundles.

Generating code

Gatsy Starter uses Plop to automate repetivitve workflows, such as creating components or adding a CMS to your project! Run npm run plop (or simply plop if you have it installed globally) to see your options.