Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 1.2 KB

README.md

File metadata and controls

65 lines (43 loc) · 1.2 KB

Gatsby Boilerplate

🚀 A boilerplate to help you create scalable and fast websites

Features

  • PWA ready
  • SEO
  • Build time and runtime data fetching
  • Modern JavaScript
  • Fast build time (~ 1 min)
  • Google Analytics integration
  • Accessibility best practices

Performance score

image

Getting Started

Clone this repository

git clone git@github.com:maplessmann/gatsby-boilerplate.git

Install dependencies using your favourite package manager

yarn

or

npm install

For the build time data fetching example to work, you'll need to create a .env file in the root directory with your github token:

touch .env

Open the file and add the GITHUB_TOKEN variable

GITHUB_TOKEN=<YOUR_GITHUB_TOKEN>

See how to create an access token in the GitHub's documentation. You'll need to set the scope read:user for this example.

Run the project

yarn start

or

npm run start

Open the local server at localhost:8000