Simple Gatsby Boilerplate

This is a simple Gatsby boilerplate for institutional static websites.

What's included?

Getting Started

  1. Clone this repo:
git clone https://github.com/luizeboli/gatsby-boilerplate.git
  1. Install dependencies:
yarn
# or with npm
npm install
  1. Start development server:
yarn develop
# or with npm
npm run develop
  1. Ready to work!