Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

An awesome boilerplate to start projects in Gatsby considering as starter point the development experience of Electric.js πŸ”₯⚑⚑

License

Notifications You must be signed in to change notification settings

diegonvs/gatsby-boilerplate

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date
Apr 3, 2019
Apr 15, 2019
Apr 15, 2019
May 21, 2019
Nov 16, 2018
Apr 14, 2019
Apr 14, 2019
Dec 20, 2018
Nov 9, 2018
Jul 7, 2020
Jul 7, 2020
Apr 14, 2019
Apr 15, 2019
Oct 15, 2018
Oct 18, 2021
Dec 3, 2018
Oct 18, 2021

Repository files navigation

Gatsby Boilerplate πŸš€

Netlify Status Build Status Renovate enabled

Gatsby Boilerplate is a Gatsby starter with a better development experience and the same content creation experience than Electric.js.

Feel free to contribute with issues and PRs!

Documentation

If you want to check the documentation πŸ“š click on this link.

Setup

  1. Clone this repo or use Gatsby command line interface using gatsby new [your_site] https://github.com/diegonvs/gatsby-boilerplate or git clone https://github.com/diegonvs/gatsby-boilerplate.git
  2. Make sure that you have yarn installed
  3. Navigate to project folder and run yarn
  4. Run npm run develop or yarn develop for development mode or run npm run build or yarn build for production mode
  5. If you want serve your production build just run npm run serve or yarn serve