Gatsby Boilerplate screenshot

Gatsby Boilerplate

Author Avatar Theme by Diegonvs
Updated: 7 Jul 2020
27 Stars

An awesome boilerplate to start projects in Gatsby considering as starter point the development experience of Electric.js

Categories

Overview

Gatsby Boilerplate is a Gatsby starter that offers a better development experience and the same content creation experience as Electric.js. It is open for contributions and bug fixes from users and provides documentation for reference.

Features

  • Improved development experience
  • Same content creation experience as Electric.js
  • Open for contributions and bug fixes
  • Documentation provided

Installation

To install the Gatsby Boilerplate, follow these steps:

  1. Clone the repository: git clone https://github.com/diegonvs/gatsby-boilerplate.git
  2. Make sure you have yarn installed.
  3. Navigate to the project folder and run yarn to install dependencies.
  4. To run in development mode, use the command npm run develop or yarn develop.
  5. To build for production, use the command npm run build or yarn build.
  6. To serve the production build, run npm run serve or yarn serve.

Summary

Gatsby Boilerplate is a Gatsby starter that provides a better development experience and the same content creation experience as Electric.js. It is open for contributions and bug fixes, and offers documentation for reference. To install, clone the repository and follow the provided installation instructions.